Looks like there should have been console output telling you what didn’t
resolve.  What didn’t resolve?  This test passes for me.

-Alex

On 9/30/15, 5:22 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:

>Ok ... after fixing some more path-related problems, I am getting closer.
>
>Unfortunately there is one test failing with a NPE:
>org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSFile
>
>java.lang.NullPointerException at
>org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSDocEmitter.emi
>tMethodDoc(JSFlexJSDocEmitter.java:142) at
>org.apache.flex.compiler.internal.codegen.js.jx.MethodEmitter.emit(MethodE
>mitter.java:59) at
>org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter.emitMe
>thod(JSFlexJSEmitter.java:303) at
>org.apache.flex.compiler.internal.codegen.js.jx.ClassEmitter.emit(ClassEmi
>tter.java:73) at 
>org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter.emitCl
>ass(JSFlexJSEmitter.java:261) at
>org.apache.flex.compiler.internal.codegen.as.ASBlockWalker.visitClass(ASBl
>ockWalker.java:226) at
>org.apache.flex.compiler.internal.visitor.as.ASNodeSwitch.handle(ASNodeSwi
>tch.java:137) at 
>org.apache.flex.compiler.internal.visitor.as.ASNodeHandler.handle(ASNodeHa
>ndler.java:85) at 
>org.apache.flex.compiler.internal.visitor.as.BeforeAfterStrategy.handle(Be
>foreAfterStrategy.java:110) at
>org.apache.flex.compiler.internal.codegen.as.ASBlockWalker.walk(ASBlockWal
>ker.java:157) at 
>org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter.emitPackag
>eContents(JSGoogEmitter.java:180) at
>org.apache.flex.compiler.internal.codegen.as.ASBlockWalker.visitPackage(AS
>BlockWalker.java:214) at
>org.apache.flex.compiler.internal.visitor.as.ASNodeSwitch.handle(ASNodeSwi
>tch.java:133) at 
>org.apache.flex.compiler.internal.visitor.as.ASNodeHandler.handle(ASNodeHa
>ndler.java:85) at 
>org.apache.flex.compiler.internal.visitor.as.BeforeAfterStrategy.handle(Be
>foreAfterStrategy.java:110) at
>org.apache.flex.compiler.internal.codegen.as.ASBlockWalker.walk(ASBlockWal
>ker.java:157) at 
>org.apache.flex.compiler.internal.codegen.as.ASBlockWalker.visitFile(ASBlo
>ckWalker.java:194) at
>org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSFile.testFle
>xJSMyController(Unknown Source)
>
>Any idea what could be going wrong?
>
>Chris
>
>
>
>________________________________________
>Von: Christofer Dutz <christofer.d...@c-ware.de>
>Gesendet: Mittwoch, 30. September 2015 09:11
>An: dev@flex.apache.org
>Betreff: AW: AW: AW: AW: Jenkins builds
>
>Well initially it was this:
>FLASHPLAYER_DEBUGGER=C\:/Program\ Files\
>(x86)/Adobe/flashplayer_11_sa_debug_32bit.exe
>That failed because it couldn't find the flashplayer debugger. In the
>test results I could see that it was trying a path that was a
>concatenation of the current directory plus the string of the environment
>variable. So I changed that to use the quotes. That still didn't work :-(
>
>But it seems that your actually now correct path fixed at least that
>part. I was thinking that there was a reason for the additional backslash
>in the beginning of the path.
>
>Chris
>
>
>________________________________________
>Von: Alex Harui <aha...@adobe.com>
>Gesendet: Mittwoch, 30. September 2015 08:50
>An: dev@flex.apache.org
>Betreff: Re: AW: AW: AW: Jenkins builds
>
>On 9/29/15, 11:37 PM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:
>
>>Well actually it was without the quotes initially and it failled for the
>>same reasons ... it was my first attempt to fix things, but they didn't
>>work :-(
>
>I guess I’m confused.  I went to the flex-falcon job and looked at the
>console output of the most recent build at that time (#805).  It was
>failing to find the FlashPlayer Debugger.  So I removed the quotes around
>the FLASHPLAYER_DEBUGGER environment variable in the build config and the
>most recent build as I look right now (#806) is failing for a different
>reason and got past the issue about finding the FlashPlayer Debugger.  Or
>am I missing something?
>
>-Alex

Reply via email to