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.emitMethodDoc(JSFlexJSDocEmitter.java:142)
 at 
org.apache.flex.compiler.internal.codegen.js.jx.MethodEmitter.emit(MethodEmitter.java:59)
 at 
org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter.emitMethod(JSFlexJSEmitter.java:303)
 at 
org.apache.flex.compiler.internal.codegen.js.jx.ClassEmitter.emit(ClassEmitter.java:73)
 at 
org.apache.flex.compiler.internal.codegen.js.flexjs.JSFlexJSEmitter.emitClass(JSFlexJSEmitter.java:261)
 at 
org.apache.flex.compiler.internal.codegen.as.ASBlockWalker.visitClass(ASBlockWalker.java:226)
 at 
org.apache.flex.compiler.internal.visitor.as.ASNodeSwitch.handle(ASNodeSwitch.java:137)
 at 
org.apache.flex.compiler.internal.visitor.as.ASNodeHandler.handle(ASNodeHandler.java:85)
 at 
org.apache.flex.compiler.internal.visitor.as.BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
 at 
org.apache.flex.compiler.internal.codegen.as.ASBlockWalker.walk(ASBlockWalker.java:157)
 at 
org.apache.flex.compiler.internal.codegen.js.goog.JSGoogEmitter.emitPackageContents(JSGoogEmitter.java:180)
 at 
org.apache.flex.compiler.internal.codegen.as.ASBlockWalker.visitPackage(ASBlockWalker.java:214)
 at 
org.apache.flex.compiler.internal.visitor.as.ASNodeSwitch.handle(ASNodeSwitch.java:133)
 at 
org.apache.flex.compiler.internal.visitor.as.ASNodeHandler.handle(ASNodeHandler.java:85)
 at 
org.apache.flex.compiler.internal.visitor.as.BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
 at 
org.apache.flex.compiler.internal.codegen.as.ASBlockWalker.walk(ASBlockWalker.java:157)
 at 
org.apache.flex.compiler.internal.codegen.as.ASBlockWalker.visitFile(ASBlockWalker.java:194)
 at 
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSFile.testFlexJSMyController(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