On it.
Om
On Thu, May 17, 2012 at 5:16 PM, Carol Frampton wrote:
>
> On 5/17/12 6 :48PM, "Om" wrote:
>
> >I am going to take shot at writing an AIR app (with captive runtime) to do
> >the same thing. Will let you know soon if that works.
> >
>
> This afternoon Alex and I talked about doing th
On 5/17/12 6 :48PM, "Om" wrote:
>I am going to take shot at writing an AIR app (with captive runtime) to do
>the same thing. Will let you know soon if that works.
>
This afternoon Alex and I talked about doing that but neither one of us
wants to spend the time right now. It would be great if
New kits posted in
http://people.apache.org/~cframpton/ApacheFlexRC/current/
As you will see I turned on building of the asdocs and javadocs so there
are more zips.
Also a reminder I am trying to remember to update the build number in
flex-sdk-description.xml. This is the svn number used to bui
On 5/17/12 7 :26PM, "Justin Mclean" wrote:
>HI,
>
>> In the Apache world, AIR and playerglobal should not be within the Flex
>>directory
>> structure and we've moved them out.
>
>Each Flex SDK may need a different playerglobal.swc depending on what
>Flash version it targets. You can work out wh
HI,
> In the Apache world, AIR and playerglobal should not be within the Flex
> directory
> structure and we've moved them out.
Each Flex SDK may need a different playerglobal.swc depending on what Flash
version it targets. You can work out which Flash Player version an SDK was
compiled for b
I am going to take shot at writing an AIR app (with captive runtime) to do
the same thing. Will let you know soon if that works.
On Thu, May 17, 2012 at 10:41 AM, Christophe Herreman <
christophe.herre...@gmail.com> wrote:
> Here is a first stab at an alternative script that uses JScript embed
Hey, I was asking before about JS in Windows executables - and then I found
out that it is quite often disabled as part of the general policy of
disabling WSH. So it's sort of on par with PowerShell.
But I would agree that this may be a good option because compared to cmd
it's at leas a language yo
On 5/17/12 2 :26PM, "Mark Shen" wrote:
>what improvements for the new version SDK? Thanks
Sorry I am not sure what you are asking. Look at the README in the root
directory of the kit (or
http://people.apache.org/~cframpton/ApacheFlexRC/readme) for a description
of the environment variables.
what improvements for the new version SDK? Thanks
Mark
On Thu, May 17, 2012 at 10:08 AM, Carol Frampton wrote:
>
>
> On 5/17/12 12 :41PM, "christofer.d...@c-ware.de"
> wrote:
>
> >Hi,
> >
> >I am currently working on a tool to automatically convert a flex sdk into
> >a mavenized form that I ca
Here is a first stab at an alternative script that uses JScript embedded in
a bat file. http://pastebin.com/m8HSHgTW
The script creates the output directory specified by the argument passed to
the bat file. It also creates a directory path for playerglobal and
downloads the file to it.
I guess t
On 5/17/12 12 :41PM, "christofer.d...@c-ware.de"
wrote:
>Hi,
>
>I am currently working on a tool to automatically convert a flex sdk into
>a mavenized form that I can use together with my flexmojos maven builds.
>
>While I was working on this, I could never understand, why the
>playerglobal and
That sounds like a great contribution, Chris! - S.
On 5/17/2012 9:41 AM, christofer.d...@c-ware.de wrote:
Hi,
I am currently working on a tool to automatically convert a flex sdk into a
mavenized form that I can use together with my flexmojos maven builds.
While I was working on this, I co
Hi,
I am currently working on a tool to automatically convert a flex sdk into a
mavenized form that I can use together with my flexmojos maven builds.
While I was working on this, I could never understand, why the playerglobal and
airglobal stuff is actually located inside the Flex SDK framewor
Hi Alex,
there is a new patch attached to FLEX-60 that fixes the issue. Did you
check it?
regards,
Christophe
2012/5/17 Alex Harui
>
>
>
> On 5/11/12 9:34 AM, "Carol Frampton" wrote:
>
> > Alex,
> >
> > I've gotten it to fail with a space but in a different place/way.
> >
> > I had a built SD
On 5/11/12 9:34 AM, "Carol Frampton" wrote:
> Alex,
>
> I've gotten it to fail with a space but in a different place/way.
>
> I had a built SDK in "master" which I renamed to "master with space"
>
> If I cd to that directory and type ant checkintests I get
>
> basictests:
> [mxmlc] Loa
It is actually possible to embed JScript in a bat file. This way we could
have 1 file using the built-in scripting capabilities.
I'm currently doing some tests and will post the results.
2012/5/17 Christophe Herreman
> How will you decide whether or not to keep the PowerShell version?
>
>
> 20
How will you decide whether or not to keep the PowerShell version?
2012/5/17 Carol Frampton
> These scripts aren't run as part of the build so I don't think it matters
> if the build machine has powershell or not.
> I'm not sure if powershell will remain in the script. The alternative is
> back
These scripts aren't run as part of the build so I don't think it matters
if the build machine has powershell or not.
I'm not sure if powershell will remain in the script. The alternative is
back to 3 files.
On 5/17/12 7 :09AM, "Roland Zwaga" wrote:
>>
>> The windows CI machine runs 2003 server
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
>
> The windows CI machine runs 2003 server I believe. Guess there's an easy
> way to find out (ie try and run the script) :-)
>
Sounds like a plan ;) PowerShell can be installed on 2003 server though, so
if its absent I guess we'd have to put in
a request at Apache infra.
OR, we find an alternati
Hi,
> if the CI machines run windows 7 or windows server 2008 we'll be alright.
The windows CI machine runs 2003 server I believe. Guess there's an easy way to
find out (ie try and run the script) :-)
Justin
if the CI machines run windows 7 or windows server 2008 we'll be alright,
otherwise we'll have to hope its installed.
Any idea if the CI machines support it?
>
> Thanks,
> Justin
Hi,
Any idea if the CI machines support it?
Thanks,
Justin
Hi Carol,
I saw you replaced the VB scripts with calls to PowerShell. While this
eliminates the 2 extra scripts, it also adds a dependency on PowerShell
which is only available out of the box in Windows 7 and available as an
optional component in other Windows versions starting with XP SP2 [1]
Gi
24 matches
Mail list logo