Re: AW: AW: AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-29 Thread OK
Sound great, looking forward to it! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-compiler-build-error-tp54626p54668.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

AW: AW: AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-29 Thread Christofer Dutz
Von: OK Gesendet: Montag, 29. August 2016 16:06:22 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: [FlexJS] Maven compiler build error Christofer Dutz wrote > I just extended the howto document by some examples on how to set the > environment variable on dif

Re: AW: AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-29 Thread OK
Christofer Dutz wrote > I just extended the howto document by some examples on how to set the > environment variable on different platforms. I hope this leaves even less > room for confusion. Perfect, this should be sufficient! During my maven journey I also find these links which might be helpfu

Re: AW: AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-29 Thread OK
Hey Chris, if you do it right it works :-) [1] Maybe it makes sense to include an example path (C:\local\flash-utils\flashplayer_22_sa_debug.exe ) to the wiki so that idiots like me don't fall in this pitfall ;-) Now I could continue with the rest the builds later... Many thanks, Olaf [1] It

AW: AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-29 Thread Christofer Dutz
@flex.apache.org Betreff: AW: AW: AW: AW: [FlexJS] Maven compiler build error You have to provide the full path of the executable. In your case this should be: C:\local\flash-utils\flashplayer_22_sa_debug.exe Chris Von: OK Gesendet: Montag, 29. August 2016 14:43:32

AW: AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-29 Thread Christofer Dutz
You have to provide the full path of the executable. In your case this should be: C:\local\flash-utils\flashplayer_22_sa_debug.exe Chris Von: OK Gesendet: Montag, 29. August 2016 14:43:32 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: [FlexJS] Maven

Re: AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-29 Thread OK
Unfortunately still no success, what I've also tried is to run the bash as administrator. Any other ideas? Thanks, Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-compiler-build-error-tp54626p54658.html Sent from the Apache Flex Developme

Re: AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-29 Thread OK
Arghhh, I've just noticed that I've downloaded the NPAI version. Will try it with the correct file immediatley. Sorry, Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-compiler-build-error-tp54626p54657.html Sent from the Apache Flex Devel

Re: AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-29 Thread OK
Puhhh... still no success :-( I've downloaded the "flashplayer_22_sa_debug.exe", updated the environment variable and tried to build the compiler again. I also restarted my computer in the meantime. Same error message: "The flashplayer executable C:\local\flash-utils doesn't exist." I've attached a

Re: AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-29 Thread OK
Thanks for clearifiying Josh. My understanding of 'debug-player' was exactly that what you've said. Thanks for updating the Wiki with this info Chris, I'll give it another try tonight. Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-com

AW: AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-29 Thread Christofer Dutz
I just updated the wiki page with the exact name ... you are right, it wasn't explicit enough. Chris Von: Josh Tynjala Gesendet: Montag, 29. August 2016 05:33:55 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: [FlexJS] Maven compiler build error It mig

Re: AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-28 Thread Josh Tynjala
ris > > > > Von meinem Samsung Galaxy Smartphone gesendet. > > > Ursprüngliche Nachricht > Von: OK > Datum: 28.08.16 21:06 (GMT+01:00) > An: dev@flex.apache.org > Betreff: Re: AW: AW: [FlexJS] Maven compiler build error > > I tried to build the compiler several

AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-28 Thread Christofer Dutz
Exactly :-) Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Greg Dove Datum: 28.08.16 21:14 (GMT+01:00) An: dev@flex.apache.org Betreff: Re: AW: AW: [FlexJS] Maven compiler build error I think you have the wrong exe FLASHPLAYER_DEBUGGER

AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-28 Thread Christofer Dutz
e: AW: AW: [FlexJS] Maven compiler build error I tried to build the compiler several times with different values for "FLASHPLAYER_DEBUGGER" but I still have problems regarding the location of the flash debug player executable. I'm using Windows7 64bit and thougth that the de

Re: AW: AW: [FlexJS] Maven compiler build error

2016-08-28 Thread Greg Dove
I think you have the wrong exe FLASHPLAYER_DEBUGGER should be pointed at something like filepathto/flashplayer_22_sa_debug.exe On Mon, Aug 29, 2016 at 7:04 AM, OK wrote: > I tried to build the compiler several times with different values for > "FLASHPLAYER_DEBUGGER" but I still have problems

Re: AW: AW: [FlexJS] Maven compiler build error

2016-08-28 Thread OK
I tried to build the compiler several times with different values for "FLASHPLAYER_DEBUGGER" but I still have problems regarding the location of the flash debug player executable. I'm using Windows7 64bit and thougth that the debug player is called "FlashUtil32_22_0_0_210_ActiveX.exe" wich is locat

AW: AW: [FlexJS] Maven compiler build error

2016-08-27 Thread Christofer Dutz
Yeah that's the one environment variable you need to set :-) Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: OK Datum: 27.08.16 12:07 (GMT+01:00) An: dev@flex.apache.org Betreff: Re: AW: [FlexJS] Maven compiler build error Christofer Dutz