Re: Small issue with makeApacheFlexForFlashBuilder.bat

2012-05-17 Thread Carol Frampton
On 5/17/12 2 :51AM, "Christophe Herreman" wrote: >2012/5/16 Christophe Herreman > >> >> >> 2012/5/16 Alex Harui >> >>> >>> >>> >>> On 5/16/12 10:09 AM, "Christophe Herreman" > > >>> wrote: >>> >>> >>> > The scripts Carol provided are working as far as I tested. Are you >>> > proposing to

Re: Small issue with makeApacheFlexForFlashBuilder.bat

2012-05-16 Thread Christophe Herreman
2012/5/16 Christophe Herreman > > > 2012/5/16 Alex Harui > >> >> >> >> On 5/16/12 10:09 AM, "Christophe Herreman" > > >> wrote: >> >> >> > The scripts Carol provided are working as far as I tested. Are you >> > proposing to drop them? (Sorry if I misunderstood.) >> > >> If they work, great. But

Re: Small issue with makeApacheFlexForFlashBuilder.bat

2012-05-16 Thread Christophe Herreman
2012/5/16 Alex Harui > > > > On 5/16/12 10:09 AM, "Christophe Herreman" > wrote: > > > > The scripts Carol provided are working as far as I tested. Are you > > proposing to drop them? (Sorry if I misunderstood.) > > > If they work, great. But if we get a lot of bugs on them, I would vote for >

Re: Small issue with makeApacheFlexForFlashBuilder.bat

2012-05-16 Thread Alex Harui
On 5/16/12 10:09 AM, "Christophe Herreman" wrote: > The scripts Carol provided are working as far as I tested. Are you > proposing to drop them? (Sorry if I misunderstood.) > If they work, great. But if we get a lot of bugs on them, I would vote for dropping them. Also, there might be a li

Re: Small issue with makeApacheFlexForFlashBuilder.bat

2012-05-16 Thread Christophe Herreman
2012/5/16 Alex Harui > > > > On 5/16/12 12:40 AM, "Christophe Herreman" > wrote: > > > > AFAIK there is no built-in way to download and unpack with batch, so I > > think the VB scripts are the only option. > > > I believe we have the option to write an AIR app to do this, but I think it > might

Re: Small issue with makeApacheFlexForFlashBuilder.bat

2012-05-16 Thread Alex Harui
On 5/16/12 12:40 AM, "Christophe Herreman" wrote: > AFAIK there is no built-in way to download and unpack with batch, so I > think the VB scripts are the only option. > I believe we have the option to write an AIR app to do this, but I think it might be time to give up and require that folks

Re: Small issue with makeApacheFlexForFlashBuilder.bat

2012-05-16 Thread Christophe Herreman
2012/5/16 Carol Frampton > > > On 5/15/12 5 :46PM, "Christophe Herreman" > wrote: > > >Hi Carol, > > > >I've tested the bat file to prepare the SDK for usage in the IDE. There > >seems to be an issue with creating the directory to store > >playerglobal.swc. > > > >The line > > > >if not exist "%

Re: Small issue with makeApacheFlexForFlashBuilder.bat

2012-05-15 Thread Carol Frampton
Because we can't expect someone who is using FlashBuilder to build apps to have ant. I wish we could. The bat script was painful to write and I'm not sure it is going to fly. Carol On 5/15/12 9 :27PM, "Justin Mclean" wrote: >Hi, > >> Thanks. You are too nice. I screwed up a rename. I just

Re: Small issue with makeApacheFlexForFlashBuilder.bat

2012-05-15 Thread Justin Mclean
Hi, > Thanks. You are too nice. I screwed up a rename. I just fixed that. > I'm really not happy that the bat file needs 2 vbs scripts so I don't know > yet whether these are permanent files. Any reason all 3 can't be replaced with an ANT script? From a quick look I couldn't see anything th

Re: Small issue with makeApacheFlexForFlashBuilder.bat

2012-05-15 Thread Carol Frampton
On 5/15/12 5 :46PM, "Christophe Herreman" wrote: >Hi Carol, > >I've tested the bat file to prepare the SDK for usage in the IDE. There >seems to be an issue with creating the directory to store >playerglobal.swc. > >The line > >if not exist "%FLASHPLAYER_GLOBALPLAYER_DIR%" mkdir >"%FLASHPLAYER_

Small issue with makeApacheFlexForFlashBuilder.bat

2012-05-15 Thread Christophe Herreman
Hi Carol, I've tested the bat file to prepare the SDK for usage in the IDE. There seems to be an issue with creating the directory to store playerglobal.swc. The line if not exist "%FLASHPLAYER_GLOBALPLAYER_DIR%" mkdir "%FLASHPLAYER_GLOBALPLAYER_DIR%" should probably be if not exist "%FB_GLOBA