Repository: flex-asjs Updated Branches: refs/heads/feature/maven-migration 203782597 -> db775a05a
add flag to XML cross-compile: Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/1ffb32f5 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/1ffb32f5 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/1ffb32f5 Branch: refs/heads/feature/maven-migration Commit: 1ffb32f53c63f3d31ee2cb8fefa5f26ae1482f5c Parents: 916989a Author: Alex Harui <[email protected]> Authored: Fri Feb 19 10:53:32 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Fri Feb 19 10:53:32 2016 -0800 ---------------------------------------------------------------------- frameworks/projects/XML/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1ffb32f5/frameworks/projects/XML/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/XML/build.xml b/frameworks/projects/XML/build.xml index dd46000..6251bd9 100644 --- a/frameworks/projects/XML/build.xml +++ b/frameworks/projects/XML/build.xml @@ -109,6 +109,7 @@ <jvmarg value="-Dflexlib=${FLEXJS_HOME}/frameworks" /> <arg value="+flexlib=${FLEX_HOME}/frameworks" /> <arg value="-js-output-type=FLEXJS" /> + <arg value="-compiler.strict-xml=true" /> <arg value="-keep-asdoc" /><!-- allows compiler to see @flexjsignorecoercion annotations --> <arg value="-output=${basedir}/target/generated-sources/flexjs" /> <arg value="-load-config=${basedir}/src/main/resources/compile-asjs-config.xml" />
