You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/10/21 09:07:32 UTC

[19/49] git commit: [flex-asjs] [refs/heads/feature-autobuild/maven-archetypes] - - Tried to speed up the testsuite by running debug only builds

- Tried to speed up the testsuite by running debug only builds


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6b7afecf
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6b7afecf
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6b7afecf

Branch: refs/heads/feature-autobuild/maven-archetypes
Commit: 6b7afecfd877f1176c1b4ba39f863dc208fcf453
Parents: 17c5971
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sat Oct 8 09:18:20 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sat Oct 8 09:18:20 2016 +0200

----------------------------------------------------------------------
 testsuite/src/it/compiler-options/custom-html-template/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6b7afecf/testsuite/src/it/compiler-options/custom-html-template/pom.xml
----------------------------------------------------------------------
diff --git a/testsuite/src/it/compiler-options/custom-html-template/pom.xml b/testsuite/src/it/compiler-options/custom-html-template/pom.xml
index eeb1d43..298904e 100644
--- a/testsuite/src/it/compiler-options/custom-html-template/pom.xml
+++ b/testsuite/src/it/compiler-options/custom-html-template/pom.xml
@@ -41,6 +41,7 @@
         <version>@flexjs.compiler.version@</version>
         <extensions>true</extensions>
         <configuration>
+          <debug>true</debug>
           <mainClass>HelloWorld.mxml</mainClass>
           <outputJavaScript>true</outputJavaScript>
           <htmlTemplate>${basedir}/src/main/template/custom-js-index-template.html</htmlTemplate>