I had a look at the problem, thanks for finding this one ☺
It only happens on windows machines, if the maven local repo is on a different 
drive as the project you are compiling. I had a „lastIndexOf“ in the code, 
which is absolutely valid on non-windows machines. On Windows machines it cuts 
off the drive letter and makes all paths absolute ones, but absolute on the 
same drive.

I didn’t fix it, because I thought you might be wanting to fix it yourself. I 
just noticed that tracking down the problem could be difficult and wanted to 
give you some assistance ;-) ... happy bug hunting ☺

I also found a bug in my test that checks if examples are built. Now I know 
that I shouldn’t use „File.length“ to check if a directory is not empty. It 
works on Mac, but on Windows it only reports „0“ ... fixed that one though.

Chris


Am 16.11.16, 13:13 schrieb "Christofer Dutz" <christofer.d...@c-ware.de>:

    Ok ... forget that last email of mine ;-)
    
    As soon as it came to the examples it failled with exactly the error you 
were reporting. If you want to try to fix it, go ahead ... I’ll review your 
changes after you did them. Otherwise I’ll try to tackle the problem.
    
    
    Chris
    
    
    Am 16.11.16, 13:11 schrieb "Christofer Dutz" <christofer.d...@c-ware.de>:
    
        Ok so I just setup my Windows 10 VM that I could run the build on a 
drive other than C: and it worked perfectly.
        What branch are you on, if I may ask?
        
        Chris
        
        Am 15.11.16, 22:13 schrieb "piotrz" <piotrzarzyck...@gmail.com>:
        
            Ok! I will try! :) It will be about my twenty first line of code in 
JAVA :) 
            Never touch java in my life. 
            
            
            
            -----
            Apache Flex PMC
            piotrzarzyck...@gmail.com
            --
            View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56507.html
            Sent from the Apache Flex Development mailing list archive at 
Nabble.com.
            
        
        
    
    

Reply via email to