You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Mihai Chira <mi...@apache.org> on 2014/12/16 14:05:08 UTC

Re: [1/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26703 changed the batch file instructions in README to what actually works in Windows.

In line with my belief that it's very useful to make all (or most)
commits related to a Jira ticket, I piggy-backed on this old ticket
for README instructions (FLEX-26703). I'll close it now, if no one
disagrees, and I'll open others if I need to.

On 16 December 2014 at 13:02,  <mi...@apache.org> wrote:
> Repository: flex-sdk
> Updated Branches:
>   refs/heads/develop 188496024 -> 68e8d0fc3
>
>
> FLEX-26703 changed the batch file instructions in README to what actually works in Windows.
>
>
> Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
> Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/6b243153
> Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/6b243153
> Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/6b243153
>
> Branch: refs/heads/develop
> Commit: 6b24315399a6dd21e54371edd51b6eaf877aafbc
> Parents: cedbbc5
> Author: Mihai Chira <mi...@apache.org>
> Authored: Tue Dec 16 12:50:58 2014 +0000
> Committer: Mihai Chira <mi...@apache.org>
> Committed: Tue Dec 16 12:50:58 2014 +0000
>
> ----------------------------------------------------------------------
>  README | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6b243153/README
> ----------------------------------------------------------------------
> diff --git a/README b/README
> index e640701..c22060e 100644
> --- a/README
> +++ b/README
> @@ -293,7 +293,7 @@ need to run these commands and scripts:
>
>      cd <flex.dir>
>      ant frameworks-rsls
> -    ./ide/constructFlexForIDE.[sh/bat]
> +    ./ide/constructFlexForIDE.[sh/bat] "[path-to-sdk]" "[path-to-unzipped-flex_sdk_4.6.0.23201B.zip-in-a-folder]"
>      (Mac only: ./ide/addAIRtoSDK.sh)
>
>  This builds the RSLS for the SDK and copy some IDE related files from the Adobe
> @@ -303,7 +303,7 @@ complete the installation.
>  To create an SDK for another IDE, or if you want to use a different version of
>  Adobe AIR (Adobe Flex 4.6 uses Adobe AIR 3.1), run:
>
> -    /ide/flashbuilder/makeApacheFlexForIDE.bat (on Windows)
> +    cd ide/flashbuilder & call ide/flashbuilder/makeApacheFlexForIDE.bat "[path-to-sdk]" (on Windows)
>      /ide/flashbuilder/makeApacheFlexForIDE.sh (on Mac and Linux)
>
>
>