[
https://issues.apache.org/jira/browse/FLEX-34125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13917771#comment-13917771
]
Greg Dove commented on FLEX-34125:
----------------------------------
Sorry about that. It looks like the the constructFlexForIDE script also has a
similar issue with running without the Flex SDK directory parameter. I was
tempted to have this script self select the current sdk that it is in for this
part if one is not passed in as an argument, but I didn't know how these
scripts are possibly being used with IDEs if that is their purpose.
I think this change below fixes the first issue. I wasn't seening the second
issue, it was pausing for input as expected for me, but I have removed a space
from the beginning of the set /p assignment, perhaps that may have affected
something.
https://www.dropbox.com/s/38878hwnyqvmo31/checkAllPlayerGlobals.bat2.zip
> CheckAllPlayerGlobals script in ide folder is missing Windows implementation
> ----------------------------------------------------------------------------
>
> Key: FLEX-34125
> URL: https://issues.apache.org/jira/browse/FLEX-34125
> Project: Apache Flex
> Issue Type: Improvement
> Affects Versions: Apache Flex 4.11.0
> Environment: Windows
> Reporter: Greg Dove
> Assignee: OmPrakash Muppirala
> Priority: Minor
>
> There is no .bat script for checking and downloading all playerglobal.swc
> versions as there is for MacOS
> Here is my attempt at addressing this:
> https://www.dropbox.com/s/oom7j0mj9jtlarm/checkAllPlayerGlobals.bat.zip
> (two files to go into the 'ide' folder
> I was unable to find a simple way to implement the md5 check which is present
> in the .sh version of the script, but did look at various options. I will try
> to come back to this at some point and find a suitable solution.
> The main .bat script mirrors the .sh quite closely and should be easily
> maintained in terms of adding new playerglobal downloads. A separate .vbs
> script is used for the actual download support.
> This was tested on windows 8.1
--
This message was sent by Atlassian JIRA
(v6.2#6252)