[svn:fx-4.0.0] 13638: update to ensure fat-swcs contain a proper packages. dita file.

Revision: 13638
Revision: 13638
Author:   [email protected]
Date:     2010-01-19 14:51:32 -0800 (Tue, 19 Jan 2010)
Log Message:
update to ensure fat-swcs contain a proper packages.dita file. 
-removed all packages.dita files from all langs where it was checked in
-at the end of asdoc task we now copy the packages.dita out to the en_US project dir being built.  This is where the fat-swc task will pick up this file and place it in the docs directory of the _rb.swc
-had to change the order of the build process slightly - old order: ant clean main other.locales doc - new order: ant clean main doc other.locales
- I removed other.locales from main in the root/build.xml and made it it's own task and also removed the property locales.  so to build other.locales, the doc target needs to run first (will add a depends at some point).
-in the internal build.xml I have changed to use the new order
QE notes: make sure FB code hinting still works
Doc notes:
Bugs:
Reviewer:
Tests run: limitied package testing
Is noteworthy for integration:
Modified Paths:
    flex/sdk/branches/4.0.0/build.xml
    flex/sdk/branches/4.0.0/frameworks/projects/airframework/build.xml
    flex/sdk/branches/4.0.0/frameworks/projects/airspark/build.xml
    flex/sdk/branches/4.0.0/frameworks/projects/automation/build.xml
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/build.xml
    flex/sdk/branches/4.0.0/frameworks/projects/framework/build.xml
    flex/sdk/branches/4.0.0/frameworks/projects/playerglobal/build.xml
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/build.xml
    flex/sdk/branches/4.0.0/frameworks/projects/spark/build.xml
Removed Paths:
    flex/sdk/branches/4.0.0/frameworks/projects/airframework/bundles/de_DE/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/airframework/bundles/fr_FR/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/airframework/bundles/ja_JP/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/airframework/bundles/ru_RU/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/airframework/bundles/zh_CN/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/airspark/bundles/de_DE/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/airspark/bundles/fr_FR/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/airspark/bundles/ja_JP/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/airspark/bundles/ru_RU/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/airspark/bundles/zh_CN/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/framework/bundles/de_DE/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/framework/bundles/fr_FR/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/framework/bundles/ja_JP/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/framework/bundles/ru_RU/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/framework/bundles/zh_CN/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/bundles/de_DE/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/bundles/fr_FR/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/bundles/ja_JP/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/bundles/ru_RU/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/bundles/zh_CN/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/spark/bundles/de_DE/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/spark/bundles/fr_FR/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/spark/bundles/ja_JP/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/spark/bundles/ru_RU/docs/packages.dita
    flex/sdk/branches/4.0.0/frameworks/projects/spark/bundles/zh_CN/docs/packages.dita

Also, I tried running another script from a different forum and it errased the whole drive.  There are no partitions.  Does this matter if I'm running this script: mkdir /mnt/usb                                              (Creates mount directory)mount -t vfat /dev/sdb1 /mnt/usb                (Mounts the thumbdrive with your 2 files)cd /mnt/usb                                                    (Enters USB directory)mdadm -S /dev/md0                                     (Stops SystemRescueCD soft-raid - REQUIRED for script to run)./debrick.sh rootfs.img /dev/sda destroy  (Script will rewrite the partition table of disk and DESTROY all data and debrick the drive) If it won't work, how do I rebuild the partitions and what are they?

Similar Messages

  • [svn:fx-trunk] 12663: Adding the resource bundle and fat-swc targets for osmf and textlayout.

    Revision: 12663
    Revision: 12663
    Author:   [email protected]
    Date:     2009-12-08 12:22:31 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Adding the resource bundle and fat-swc targets for osmf and textlayout.  Also for osmf adding the doc target.  This new format that I added to the two project build files will be what we will use going forward for all projects.  I have all the other projects modified and plan on checking them in soon.  The format change will make adding new locales easier as well as adding the fat-swc target when needed.
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer: gaurav
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/projects/osmf/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/osmf/bundles/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/en_US/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/en_US/osmf.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/textLayout.properties
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/osmf/src/OSMFDocClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/empty.properties

    Thats good news.

  • [svn:fx-4.x] 15847: Updated. automation_agent, qtp, qtp_air SWCs - for 4. x branch

    Revision: 15847
    Revision: 15847
    Author:   [email protected]
    Date:     2010-04-30 06:56:46 -0700 (Fri, 30 Apr 2010)
    Log Message:
    Updated. automation_agent, qtp, qtp_air SWCs - for 4.x branch
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/libs/automation_agent.swc
        flex/sdk/branches/4.x/frameworks/libs/qtp.swc
        flex/sdk/branches/4.x/frameworks/libs/qtp_air.swc
        flex/sdk/branches/4.x/frameworks/locale/da_DK/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/da_DK/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/de_DE/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/de_DE/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/en_US/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/en_US/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/es_ES/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/es_ES/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fi_FI/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fi_FI/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fr_FR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fr_FR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/it_IT/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/it_IT/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ja_JP/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ja_JP/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ko_KR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ko_KR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nb_NO/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nb_NO/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nl_NL/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nl_NL/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/pt_BR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/pt_BR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ru_RU/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ru_RU/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/sv_SE/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/sv_SE/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_CN/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_CN/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_TW/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_TW/qtp_air_rb.swc

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • [svn:fx-4.x] 15306: Updated. automation_agent, qtp, qtp_air SWCs - for 4. x branch

    Revision: 15306
    Revision: 15306
    Author:   [email protected]
    Date:     2010-04-09 08:17:15 -0700 (Fri, 09 Apr 2010)
    Log Message:
    Updated. automation_agent, qtp, qtp_air SWCs - for 4.x branch
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/libs/automation_agent.swc
        flex/sdk/branches/4.x/frameworks/libs/qtp.swc
        flex/sdk/branches/4.x/frameworks/libs/qtp_air.swc
        flex/sdk/branches/4.x/frameworks/locale/da_DK/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/da_DK/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/de_DE/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/de_DE/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/en_US/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/en_US/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/es_ES/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/es_ES/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fi_FI/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fi_FI/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fr_FR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fr_FR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/it_IT/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/it_IT/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ja_JP/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ja_JP/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ko_KR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ko_KR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nb_NO/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nb_NO/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nl_NL/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nl_NL/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/pt_BR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/pt_BR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ru_RU/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ru_RU/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/sv_SE/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/sv_SE/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_CN/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_CN/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_tw/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_tw/qtp_air_rb.swc

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • [svn:fx-4.x] 15166: Updated. automation_agent, qtp, qtp_air SWCs - for 4. x branch

    Revision: 15166
    Revision: 15166
    Author:   [email protected]
    Date:     2010-03-31 06:59:47 -0700 (Wed, 31 Mar 2010)
    Log Message:
    Updated. automation_agent, qtp, qtp_air SWCs - for 4.x branch
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/libs/automation_agent.swc
        flex/sdk/branches/4.x/frameworks/libs/qtp.swc
        flex/sdk/branches/4.x/frameworks/libs/qtp_air.swc
        flex/sdk/branches/4.x/frameworks/locale/da_DK/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/da_DK/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/de_DE/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/de_DE/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/en_US/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/en_US/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/es_ES/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/es_ES/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fi_FI/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fi_FI/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fr_FR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fr_FR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/it_IT/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/it_IT/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ja_JP/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ja_JP/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ko_KR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ko_KR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nb_NO/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nb_NO/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nl_NL/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nl_NL/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/pt_BR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/pt_BR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ru_RU/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ru_RU/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/sv_SE/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/sv_SE/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_CN/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_CN/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_tw/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_tw/qtp_air_rb.swc

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • [svn:fx-4.x] 14844: Updated. automation_agent, qtp, qtp_air SWCs - for 4. x branch

    Revision: 14844
    Revision: 14844
    Author:   [email protected]
    Date:     2010-03-18 05:51:20 -0700 (Thu, 18 Mar 2010)
    Log Message:
    Updated. automation_agent, qtp, qtp_air SWCs - for 4.x branch
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/libs/automation_agent.swc
        flex/sdk/branches/4.x/frameworks/libs/qtp.swc
        flex/sdk/branches/4.x/frameworks/libs/qtp_air.swc
        flex/sdk/branches/4.x/frameworks/locale/da_DK/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/da_DK/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/de_DE/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/de_DE/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/en_US/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/en_US/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/es_ES/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/es_ES/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fi_FI/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fi_FI/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fr_FR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fr_FR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/it_IT/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/it_IT/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ja_JP/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ja_JP/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ko_KR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ko_KR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nb_NO/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nb_NO/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nl_NL/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nl_NL/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/pt_BR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/pt_BR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ru_RU/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ru_RU/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/sv_SE/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/sv_SE/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_CN/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_CN/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_tw/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_tw/qtp_air_rb.swc

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • [svn:fx-4.x] 14182: Updated. automation_agent, qtp, qtp_air SWCs 4.x branch

    Revision: 14182
    Revision: 14182
    Author:   [email protected]
    Date:     2010-02-15 22:31:57 -0800 (Mon, 15 Feb 2010)
    Log Message:
    Updated. automation_agent, qtp, qtp_air SWCs 4.x branch
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/libs/automation_agent.swc
        flex/sdk/branches/4.x/frameworks/libs/qtp.swc
        flex/sdk/branches/4.x/frameworks/libs/qtp_air.swc
        flex/sdk/branches/4.x/frameworks/locale/da_DK/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/da_DK/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/de_DE/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/de_DE/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/en_US/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/en_US/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/es_ES/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/es_ES/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fi_FI/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fi_FI/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fr_FR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/fr_FR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/it_IT/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/it_IT/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ja_JP/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ja_JP/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ko_KR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ko_KR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nb_NO/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nb_NO/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nl_NL/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/nl_NL/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/pt_BR/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/pt_BR/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ru_RU/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/ru_RU/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/sv_SE/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/sv_SE/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_CN/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_CN/qtp_air_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_tw/automation_agent_rb.swc
        flex/sdk/branches/4.x/frameworks/locale/zh_tw/qtp_air_rb.swc

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • [svn:fx-trunk] 13047: Updating automation_agent and qtp swcs

    Revision: 13047
    Revision: 13047
    Author:   [email protected]
    Date:     2009-12-17 04:34:58 -0800 (Thu, 17 Dec 2009)
    Log Message:
    Updating automation_agent and qtp swcs
    Modified Paths:
        flex/sdk/trunk/frameworks/libs/automation_agent.swc

    Thats good news.

  • [svn:fx-trunk] 13034: Updating to latest automation swcs

    Revision: 13034
    Revision: 13034
    Author:   [email protected]
    Date:     2009-12-16 23:29:39 -0800 (Wed, 16 Dec 2009)
    Log Message:
    Updating to latest automation swcs
    Modified Paths:
        flex/sdk/trunk/frameworks/libs/automation_agent.swc
        flex/sdk/trunk/frameworks/libs/qtp.swc
        flex/sdk/trunk/frameworks/libs/qtp_air.swc

  • Currently Have Photoshop CS3 & Adobe Bridge CS3 2.1.1.9. According to Adobe, Camera Raw 4.6 supports Nikon D810 NEF files.  I have downloaded Camera Raw 4.6 Update. When I try to open Nikon D810 NEF files, I get photoshop error that says "cannot complete

    Currently Have Photoshop CS3 & Adobe Bridge CS3 2.1.1.9.
    According to Adobe, Camera Raw 4.6 supports Nikon D810 NEF files.  I have downloaded Camera Raw 4.6 Update. When
    I try to open Nikon D810 NEF files, I get photoshop error that says
    "cannot complete request your because it is not the right kind of
    document. These NEF files wont open in Bridge at all.  What am I doing wrong?

    Camera Raw plug-in | Supported cameras

  • I am trying to update itunes but keep getting 'The feature you are trying to use is on a network resource that is unavailable - Click OK to try again, or enter an alternate path folder containing the installation package 'itunes64msi' in the box below'. ,

    I am trying to update itunes but keep getting 'The feature you are trying to use is on a network resource that is unavailable - Click OK to try again, or enter an alternate path folder containing the installation package 'itunes64msi' in the box below'.
    I am unable to install and also i cannot uninstall itunes, can anyone HELP PLEASSSSSSEEEEEE!!

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • When I try to update itunes, I get the following:  The feature you are trying to use is on a network resource that is unavailable.  Click OK to try again, or enter an alternate path to a folder containing the installation package iTunes64.msi in the box..

    When I try to update itunes, I get the following:  The feature you are trying to use is on a network resource that is unavailable.  Click OK to try again, or enter an alternate path to a folder containing the installation package iTunes64.msi in the box below.
    This leads me to another dialog box that says:  The file .......is not a valid installation package for the product iTunes.  Try to find the installation package iTunes64.msi in a folder from which you can install iTunes.
    That doesn't work either.  What to do?
    Dean

    Download the Windows Installer CleanUp utility from the following page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    To install the utility, doubleclick the msicuu2.exe file you downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • After trying to run the iTunes automatic update, I got this "The feature you are trying to use is on a network resource that is unavailable." Click OK to try again,or enter an alternate path to a folder containing the installation package 'itunes.msi"

    After trying to run the iTunes automatic update, I got this box on my pc "The feature you are trying to use is on a network resource that is unavailable. Click OK to try again, or enter an alternate path to a folder containing the installation package 'iTunes.msi" in the box below.. I ran a search for the file, and entered that into the box, to no avail. Then I launched iTunes and clicked on 'check for updates', and was told I had the latest version 11.0.1 I think it is. So, any clue on what to do? Thanks for any and all help.

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Downloaded Appleworks 6.2.9 for Mac Updater-2.sim but when i try to open the file i receive the message "legacy image should be updated".  what does this mean and/or entail?

    downloaded Appleworks 6.2.9 for Mac Updater-2.sim but when i try to open the file i receive the message "legacy image should be updated".  what does this mean and/or entail?

    Mavericks is not recognizing the .smi extension - on my Mac it thinks it's a RealPlayer document. You are not going to be able to do anything with this - it requires AppleWorks to be present to be updated, and you can't run AppleWorks on Mavericks (other than by the rather roundabout process of installing Snow Leopard Server in Parallels and installing AppleWorks on that, as described here).

  • Updated iTunes and now get an error message that the file iTunes Library.itl cannot be read because it was created by a newer version of iTunes. ??

    updated iTunes and now get an error message that the file iTunes Library.itl cannot be read because it was created by a newer version of iTunes. ??

    hello!
    i have a similiar problem:
    i upgraded my mac from 10.6.8 to 10.7.something recently, but i did NOT update itunes, still running version 10.4.1. now i wanted to open itunes but it tells me, that my iTunes Library.itl was created by a newer version of iTunes - which i never used!
    its annoying since i dont want to be forced to download a 720MB pckage of itunes every month - even more so, if the system start "lying" to me.
    or is it another problem? anyone got the same? any solution? maybe an erratic prompt?
    thanks, florian

Maybe you are looking for