I know why these reports are not appear on build VM.

Once build of TLF is finished, automatically is launching build of flex-sdk.
Flex SDK is launching build.xml file from this location
frameworks\projects\textLayout\build.xml
and there is a target:

<target name="clean-external" description="clean in flex-tlf repo"
unless="src.folder.exists">
        <echo message="cleaning ${TLF_HOME}" />
        <ant dir="${TLF_HOME}" target="clean"/>
    </target>

The console output is saying:

clean-external:
     [echo] cleaning c:\Jenkins\workspace\flex-sdk/../flex-tlf
     [echo] FLEX_HOME is c:\Jenkins\workspace\flex-sdk
     [echo] Minimal test is set false
  [taskdef] Could not load definitions from resource flexTasks.tasks. It
could not be found.

clean:
   [delete] Deleting directory c:\Jenkins\workspace\flex-tlf\bin 

I'm wondering whether 
<ant dir="${TLF_HOME}" target="clean"/>
these command is launching "clean" from flex-tlf\build.xml.  Anyone know how
it's working ?

If it is we should write some custom clean which won't remove our flex unit
reports.

Piotr





-----
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/TLF-test-output-tp44123p44139.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to