drflash / gaforflash

Automatically exported from code.google.com/p/gaforflash
Apache License 2.0
1 stars 0 forks source link

add ASTUce executable in the build #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

tasks:
- build the unit tests into a swf
  linked to maashaack.swc (but not included)
- use ASTUce to run the unit tests
- make the build fail or pass
  depending on the unit tests results

Original issue reported on code.google.com by zwetan on 13 Jan 2009 at 1:09

GoogleCodeExporter commented 9 years ago
done :)

here now the unit tests running within the build

------------------------------
$ ant
Buildfile: build.xml
      [svn] <Info> started ...
      [svn] <Info> finished.
     [echo] Google Analytics Tracking For Adobe Flash v1.0.1.391

clean:
   [delete] Deleting directory /projects/GAforFlash/GA_AS3/bin
   [delete] Deleting directory /projects/GAforFlash/GA_AS3/build/tmp

init:
    [mkdir] Created dir: /projects/GAforFlash/GA_AS3/bin
      [svn] <Export> started ...
      [svn] <Export> finished.

unit_tests:
    [mxmlc] Loading configuration file
/OpenSource/Flex/sdks/3.0.0/frameworks/flex-config.xml
    [mxmlc] /projects/GAforFlash/GA_AS3/build/ASTUce/ga-tests.swf (66053 bytes)
     [exec] ASTUce v0.1
     [exec] ----------------------------------------------------------------
     [exec] [com.google.analytics.AllTests] #0
     [exec] ......................................
     [exec] ......................................
     [exec] ......................................
     [exec] ....................................
     [exec] Time: 0h:0mn:0s:173ms
     [exec] 
     [exec] OK (150 tests)
     [exec] ----------------------------------------------------------------
   [delete] Deleting: /projects/GAforFlash/GA_AS3/build/ASTUce/ga-tests.swf

clean-documentation:
   [delete] Deleting directory /projects/GAforFlash/GA_AS3/docs/analytics

documentation:
    [mkdir] Created dir: /projects/GAforFlash/GA_AS3/docs/analytics
     [exec] Loading configuration file
/OpenSource/Flex/sdks/3.0.0/frameworks/flex-config.xml
     [exec] 
     [exec] 
     [exec] 
     [exec] 
     [exec] 
     [exec] Documentation was created in /projects/GAforFlash/GA_AS3/docs/analytics/
     [copy] Copying 149 files to /projects/GAforFlash/GA_AS3/bin/doc

library_component:
    [compc] Loading configuration file
/OpenSource/Flex/sdks/3.0.0/frameworks/flex-config.xml
    [compc] /projects/GAforFlash/GA_AS3/bin/lib/analytics.swc (107250 bytes)

templates:
     [copy] Copying 1 file to /projects/GAforFlash/GA_AS3/bin

include-source:

commonfiles:
     [copy] Copying 1 file to /projects/GAforFlash/GA_AS3/bin
     [copy] Copying 1 file to /projects/GAforFlash/GA_AS3/bin
     [copy] Copying 1 file to /projects/GAforFlash/GA_AS3/bin/lib

package:

main:

BUILD SUCCESSFUL
Total time: 43 seconds
------------------------------

Original comment by zwetan on 14 Jan 2009 at 8:28