[svn:fx-4.0.0] 13717: SDK 4 BOM Cleanup: SDK contains extra bundles folders for automation projects.

Revision: 13717
Revision: 13717
Author:   [email protected]
Date:     2010-01-22 09:44:20 -0800 (Fri, 22 Jan 2010)
Log Message:
SDK 4 BOM Cleanup: SDK contains extra bundles folders for automation projects.
Cleaned up the build.xml files. I did not delete the bundles folder from svn but instead I excluded them from the packaged zip file.
QE notes: None.
Doc notes: None.
Bugs: SDK-25207
Reviewed By:
Tests run:
Is noteworthy for integration: No
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-25207
Modified Paths:
    flex/sdk/branches/4.0.0/build.xml
    flex/sdk/branches/4.0.0/frameworks/projects/automation_air/build.xml
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/build.xml
    flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/build.xml
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/build.xml

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...

Similar Messages

  • [svn:fx-4.0.0] 13771: SDK 4 BOM Cleanup: SDK contains extra bundles folders for automation projects.

    Revision: 13771
    Revision: 13771
    Author:   [email protected]
    Date:     2010-01-25 15:18:32 -0800 (Mon, 25 Jan 2010)
    Log Message:
    SDK 4 BOM Cleanup: SDK contains extra bundles folders for automation projects.
    Cleaned up the build.xml files. I did not delete the bundles folder from svn but instead I excluded them from the packaged zip file.
    don't include automation_agent, qtp_air, and qtp in the mpl package
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-25227
    Reviewed By:
    Tests run: package targets
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25227
    Modified Paths:
        flex/sdk/branches/4.0.0/build.xml

    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] 12936: -make sure the bundles directory for airspark is not included in the package fixes bug SDK-24552

    Revision: 12936
    Revision: 12936
    Author:   [email protected]
    Date:     2009-12-14 19:40:23 -0800 (Mon, 14 Dec 2009)
    Log Message:
    -make sure the bundles directory for airspark is not included in the package fixes bug SDK-24552
    -remove (from svn) the en_US/docs directories for textLayout because these directories and dita files are created by asdoc in the doc target
    -updated the main build.xml to not include the playerglobal project
    -updated fat-swc targets in osmf,automation_spark,automation_flashflexkit,automation,airspark, and textlayout to remove the doc directory.
    QE notes: make sure copylocales works properly
    Doc notes: no
    Bugs: SDK-24552
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24552
        http://bugs.adobe.com/jira/browse/SDK-24552
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/projects/airspark/build.xml
        flex/sdk/trunk/frameworks/projects/automation/build.xml
        flex/sdk/trunk/frameworks/projects/automation_flashflexkit/build.xml
        flex/sdk/trunk/frameworks/projects/automation_spark/build.xml
        flex/sdk/trunk/frameworks/projects/osmf/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/airframework/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/automation_spark/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/framework/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/rpc/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/

    Well, I've tried compiling a package and I have modified the PKGBUILD file to look like this now. (Keeping it as simple as possible)
    pkgname=dvbcut-svn
    pkgver=16
    pkgrel=1
    pkgdesc="DVBCUT-svn is an application that allows you to
    edit MPEG files. ie: Remove TV ads. (SVN version: Fri, 01 Dec 2006)."
    url="http://dvbcut.sourceforge.net"
    depends=('qt' 'libao')
    makedepends=('subversion' 'scons')
    conflicts=('dvbcut' 'ffmpeg')
    provides=('dvbcut')
    source=()
    md5sums=()
    _svntrunk=https://svn.sourceforge.net/svnroot/dvbcut/trunk
    _svnmod=dvbcut
    build() {
    cd $startdir/src
    svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
    cd $_svnmod
    msg "SVN checkout done or server timeout"
    msg "Starting make..."
    make || return 1
    # vim:syntax=sh
    I then run makepkg PKGBUILD and let it do its thing
    It ends with this...
    scons: done building targets.
    ==> Removing info/doc files...
    ==> Compressing man pages...
    ==> Stripping debugging symbols from libraries...
    ==> Stripping symbols from binaries...
    ==> Generating .PKGINFO file...
    ==> Generating .FILELIST file...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Compressing package...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Finished making: dvbcut-svn  (Sun Jan 21 19:08:28 UTC 2007)
    I'm not sure what's causing this error message.
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    I'll try installing it and see how it goes.

  • [svn] 3120: When you point Flex Builder at a local sandbox trunk build, it couldn' t generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build

    Revision: 3120
    Author: [email protected]
    Date: 2008-09-05 10:44:10 -0700 (Fri, 05 Sep 2008)
    Log Message:
    When you point Flex Builder at a local sandbox trunk build, it couldn't generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build.xml's to accommodate the directory change
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/webapps/webtier/build.xml
    Added Paths:
    flex/sdk/trunk/templates/client-side-detection/
    flex/sdk/trunk/templates/client-side-detection/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection/index.template.html
    flex/sdk/trunk/templates/client-side-detection-with-history/
    flex/sdk/trunk/templates/client-side-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.css
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/client-side-detection-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation/
    flex/sdk/trunk/templates/express-installation/AC_OETags.js
    flex/sdk/trunk/templates/express-installation/index.template.html
    flex/sdk/trunk/templates/express-installation/playerProductInstall.swf
    flex/sdk/trunk/templates/express-installation-with-history/
    flex/sdk/trunk/templates/express-installation-with-history/AC_OETags.js
    flex/sdk/trunk/templates/express-installation-with-history/history/
    flex/sdk/trunk/templates/express-installation-with-history/history/history.css
    flex/sdk/trunk/templates/express-installation-with-history/history/history.js
    flex/sdk/trunk/templates/express-installation-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/express-installation-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation-with-history/playerProductInstall.swf
    flex/sdk/trunk/templates/metadata/
    flex/sdk/trunk/templates/metadata/AC_OETags.js
    flex/sdk/trunk/templates/metadata/readme.txt
    flex/sdk/trunk/templates/no-player-detection/
    flex/sdk/trunk/templates/no-player-detection/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection/index.template.html
    flex/sdk/trunk/templates/no-player-detection-with-history/
    flex/sdk/trunk/templates/no-player-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.css
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/no-player-detection-with-history/index.template.html
    Removed Paths:
    flex/sdk/trunk/templates/html-templates/

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • I have submitted build by xcode 6.1 but in itunes account shows us Apps and app updates submitted to the App Store must be built with Xcode 5.1.1 or later, and iOS 7 or later SDK after clicking the submit for review.

    I have submitted build by xcode 6.1 but in itunes account shows us Apps and app updates submitted to the App Store must be built with Xcode 5.1.1 or later, and iOS 7 or later SDK after clicking the submit for review.
    Please tell me the solution as soon as possible and i am able to remove the build.

    You have used Xcode 6.1 and it is a valid version, so you should not have any problem. Anyway, if there is any problem, Apple will contact with you to fix it before your app is published.

  • Missing SDK in CommandLine Developer Tools for 10.9 Mavericks

    I'm trying to install some programs and while configuring it seems SDK is missing in CommandLineTools for 10.9 Maveriks.
    N.B.: Using Xcode works fine but it is 4.5 GB and I really don't need all of it. CommandLike Developer Tools from the description seems to be what I need but SDK is still missing (the description says it includes OS X SDK).
    Any suggestions?

    I don't know. All I know is that with Xcode works and with CommandLine only I get this
    configure: no OSX SDK found at /Library/Developer/CommandLineTools/Platforms/MacOSX.platform/Developer/SDKs/Ma cOSX10.9.sdk
    By the way I solved my probem using a precompiled version of the program I needed.

  • [svn:fx-4.0.0] 13647: this should actually fix the build - call the modified main target to call the bundle task for osmf and actually make the call from frameworks /build.xml

    Revision: 13647
    Revision: 13647
    Author:   [email protected]
    Date:     2010-01-19 17:04:22 -0800 (Tue, 19 Jan 2010)
    Log Message:
    this should actually fix the build - call the modified main target to call the bundle task for osmf and actually make the call from frameworks/build.xml
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Modified Paths:
        flex/sdk/branches/4.0.0/frameworks/build.xml

    Hi Renuka,
    The model classes get generated under gen_cmi folder at the time of model import.
    As far I know, the Web Dynpro build operation also re-generates these classes if reqd.
    That is why I asked you to delete the gen_* folder content & do a Project Rebuild operation.
    Or you can delete the model & try importing it again.
    If the problem persists with the generated classes then there is an issue/bug with the generation & I would recommend to raise an OSS message (WD Java component)
    Kind Regards,
    Nitin

  • [svn] 2514: frameworks: Fixing injection I made ages ago in build. xmls for framework projects

    Revision: 2514
    Author:   [email protected]
    Date:     2008-07-16 14:38:06 -0700 (Wed, 16 Jul 2008)
    Log Message:
    frameworks: Fixing injection I made ages ago in build.xmls for framework projects
    * all the projects should have been building against player 9's playerglobal.swc, not player 10's (except for flex4.swc)
    * this might fix compiling problems that developed in tests for air
    * problem was that s in ant are immutable and don't fire a warning if you redeclare them with a different value. I thought I was overriding the global ${playerglobal.version} property in files that needed to make it 9 instead of 10
    * solution: created global.playerglobal.version (which is 10) and in files that need to "override" it, I declare local.playerglobal.version locally.
    Reviewer: Pete
    Bugs: n/a
    QA: Please retest air compiling problems. We should probably re-run everything, since we're going back to the correct playerglobal, stuff might get fixed, stuff shouldn't (but could) get broken.
    Doc: No
    Modified Paths:
        flex/sdk/trunk/build.properties
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/projects/airframework/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/flex/build.xml
        flex/sdk/trunk/frameworks/projects/flex4/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/build.xml
        flex/sdk/trunk/frameworks/projects/utilities/build.xml

    Revision: 2514
    Author:   [email protected]
    Date:     2008-07-16 14:38:06 -0700 (Wed, 16 Jul 2008)
    Log Message:
    frameworks: Fixing injection I made ages ago in build.xmls for framework projects
    * all the projects should have been building against player 9's playerglobal.swc, not player 10's (except for flex4.swc)
    * this might fix compiling problems that developed in tests for air
    * problem was that s in ant are immutable and don't fire a warning if you redeclare them with a different value. I thought I was overriding the global ${playerglobal.version} property in files that needed to make it 9 instead of 10
    * solution: created global.playerglobal.version (which is 10) and in files that need to "override" it, I declare local.playerglobal.version locally.
    Reviewer: Pete
    Bugs: n/a
    QA: Please retest air compiling problems. We should probably re-run everything, since we're going back to the correct playerglobal, stuff might get fixed, stuff shouldn't (but could) get broken.
    Doc: No
    Modified Paths:
        flex/sdk/trunk/build.properties
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/projects/airframework/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/flex/build.xml
        flex/sdk/trunk/frameworks/projects/flex4/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/build.xml
        flex/sdk/trunk/frameworks/projects/utilities/build.xml

  • [svn:fx-trunk] 7825: Updating sample Java formatter for Eclipse projects to stop reformatting method arguments .

    Revision: 7825
    Author:   [email protected]
    Date:     2009-06-13 14:17:47 -0700 (Sat, 13 Jun 2009)
    Log Message:
    Updating sample Java formatter for Eclipse projects to stop reformatting method arguments.
    QA: No
    Doc: No
    Modified Paths:
        flex/sdk/trunk/development/eclipse/java/formatter.xml

    If you're still using Buckminster 3.6, I strongly suggest switching to 3.7 - it has a number of bug fixes and improvements. This applies to both headless, and the IDE (assuming Eclipse 3.7 Indigo).
    Matthew

  • How to connect to Akamai using RTMP SDK (Adobe Media Server Connector for C++)?

    We need to stream live video to Akamai using RTMP. But, we are trying to connect using ADOBE RTMP SDK (Adobe Media Server Connector for C++ 2.0.1), but have no idea regarding how to connect to Akamai using the SDK. How to make the SDK respond to the server challenges for password etc. If this can't be done using the RTMP SDK, we can use plain C++ for the purpose. But for that too, we don't have any idea regarding the steps involved to make it work. If anyone has any idea on how to connect to Akamai using the RTMP SDK or using plain C++ (a sample code will be very helpful), please help us out. If you can suggest any C/C++/.NET library too which will help us achieve it, we are ready to do so. Thanks in advance.

    hi,
    I am sorry I can not help you.  Could you do me a favor? I know you are using Adobe RTMP SDK.I want to know how to get it.
    I tried to contact adobe at [email protected] but it seems to be an invalid email address.if you know efficient way,
    please tell me.Thank you very much.

  • I need help linking Microsoft SDK to My visual studio 2010 sp1 project?

    I need help linking Microsoft SDK to My visual studio 2010 sp1 project?
    Hi, I'm on windows 8.1 and I'm getting a lot of Direct x sdk errors every time I try to debug or release a project. Please help me I'm lost trying to fix's this, thanks.

    Hi programmerblizz,
    According to your description, could you please tell me which kind of project you try to debug or release? Is it a c++ project or other?
    If it is a c++ project, I suggest you can refer the following thread check your issue in your side.
    Reference:
    http://stackoverflow.com/questions/26303922/directx-9-cannot-find-the-include-libaries
    If no, please tell me more detail message about your issue.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [svn:fx-trunk] 13035: Updating automation project to latest p4 changes.

    Revision: 13035
    Revision: 13035
    Author:   [email protected]
    Date:     2009-12-16 23:35:16 -0800 (Wed, 16 Dec 2009)
    Log Message:
    Updating automation project to latest p4 changes.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/automation/build.xml
        flex/sdk/trunk/frameworks/projects/automation/manifest_automation.xml
        flex/sdk/trunk/frameworks/projects/automation/src/AutomationClasses.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/AdvancedDataGridSel ectedCellCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ArrayPropertyCodec. as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/AssetPropertyCodec. as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/AutomationObjectPro pertyCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ChartItemCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ColorPropertyCodec. as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/DatePropertyCodec.a s
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/DateRangePropertyCo dec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/DateScrollDetailPro pertyCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/DefaultPropertyCode c.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/HitDataCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/IAutomationProperty Codec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/KeyCodePropertyCode c.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/KeyModifierProperty Codec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ListDataObjectCodec .as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/RendererPropertyCod ec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ScrollDetailPropert yCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ScrollDirectionProp ertyCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/TabObjectCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/TriggerEventPropert yCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/DragManagerAuto mationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/DragManagerAuto mationImplGlobal.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/TextFieldAutoma tionHelper.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Acco rdionAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Appl icationAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/BoxA utomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Canv asAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Divi dedBoxAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Form AutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Form ItemAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Pane lAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/TabN avigatorAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/View StackAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/AlertA utomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/AlertF ormAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Button AutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Button BarAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/CheckB oxAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ColorP ickerAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ComboB aseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ComboB oxAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/DataGr idAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/DataGr idItemRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/DateCh ooserAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/DateFi eldAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/LabelA utomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/LinkBa rAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ListAu tomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ListBa seAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ListBa seContentHolderAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ListIt emRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/MenuAu tomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/MenuBa rAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/MenuBa rItemAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/MenuIt emRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/NavBar AutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Numeri cStepperAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/PopUpB uttonAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Progre ssBarAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/RadioB uttonAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/SWFLoa derAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Scroll BarAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Slider AutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TextAr eaAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TextIn putAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TileBa seAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TileLi stItemRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Toggle ButtonBarAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ToolTi pAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TreeAu tomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TreeIt emRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/VideoD isplayAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/ContainerA utomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/RepeaterAu tomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/ScrollCont rolBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/UIComponen tAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/UITextFiel dAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AdvancedDataGridHe aderShiftEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AdvancedDataGridIt emSelectEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationAirEvent .as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationCustomRe playEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationDragEven t.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationDragEven tWithPositionInfo.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationRecordEv ent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationReplayEv ent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/ChartSelectionChan geEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/EventDetails.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/ListItemSelectEven t.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/MarshalledAutomati onEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/MenuShowEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/TextSelectionEvent .as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/AdvancedDataG ridTabularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/AdvancedListB aseTabularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/AxisRendererT abularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/CartesianChar tTabularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ChartBaseTabu larData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ChartSeriesTa bularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ContainerTabu larData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/DataGridTabul arData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ListBaseTabul arData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ListTabularDa ta.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/MenuBarTabula rData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/OLAPDataGridT abularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/TileBaseTabul arData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/TreeTabularDa ta.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/core/Version.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/automation/bundles.properties
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/collections.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/datamanagement.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/formatters.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/qtp_air.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/styles.properties

  • [svn] 3391: Fix fast-track bug SDK-17068.

    Revision: 3391
    Author: [email protected]
    Date: 2008-09-26 17:07:25 -0700 (Fri, 26 Sep 2008)
    Log Message:
    Fix fast-track bug SDK-17068. Make sure assignDisplayObjects() is called before calling validateProperties() on child graphics objects.
    Bugs: SDK-17068 - Cannot apply transform at runtime for Rect, BitmapGraphic, and Line
    QA: This should fix the graphics mustella failures
    Checkintests: pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17068
    http://bugs.adobe.com/jira/browse/SDK-17068
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as

    onearm wrote:
    Svn revision 442 doesn't compile on Arch64:
    [ 4%] [ 5%] Building CXX object src/CMakeFiles/guayadeque.dir/AlListBox.o
    Building CXX object src/CMakeFiles/guayadeque.dir/ArListBox.o
    In file included from /tmp/yaourt-tmp-gianluca/aur-guayadeque-svn/guayadeque-svn/src/guayadeque/Trunk/src/LastFMPanel.h:25,
    from /tmp/yaourt-tmp-gianluca/aur-guayadeque-svn/guayadeque-svn/src/guayadeque/Trunk/src/MainFrame.h:27,
    from /tmp/yaourt-tmp-gianluca/aur-guayadeque-svn/guayadeque-svn/src/guayadeque/Trunk/src/AlListBox.cpp:27:
    /tmp/yaourt-tmp-gianluca/aur-guayadeque-svn/guayadeque-svn/src/guayadeque/Trunk/src/PlayerPanel.h:25:28: error: AutoScrollText.h: No such file or directory
    [ 7%] Building CXX object src/CMakeFiles/guayadeque.dir/ArrayStringArray.o
    [ 8%] Building CXX object src/CMakeFiles/guayadeque.dir/AudioScrobble.o
    make[2]: *** [src/CMakeFiles/guayadeque.dir/AlListBox.o] Error 1
    make[2]: *** Waiting for unfinished jobs....
    make[1]: *** [src/CMakeFiles/guayadeque.dir/all] Error 2
    make: *** [all] Error 2
    Thanks for the bug report. It was a test i was doing but finally decided to not include it but left this line by error.
    It have been fixed in svn 443.
    Thanks again

  • [svn:bz-4.0.0_fixes] 18558: SDK 3.5.0.18472 checkin

    Revision: 18558
    Revision: 18558
    Author:   [email protected]
    Date:     2010-11-12 11:05:49 -0800 (Fri, 12 Nov 2010)
    Log Message:
    SDK 3.5.0.18472 checkin
    branch: 4.x-lcds-hf
    Checkins: passed
    Modified Paths:
        blazeds/branches/4.0.0_fixes/resources/flex_sdk/flex_sdk_3.zip

    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:cairngorm3:] 14661: Migrate to Flex SDK 3.5

    Revision: 14661
    Revision: 14661
    Author:   [email protected]
    Date:     2010-03-10 04:58:46 -0800 (Wed, 10 Mar 2010)
    Log Message:
    Migrate to Flex SDK 3.5
    Modified Paths:
        cairngorm3/trunk/build-parent/pom.xml

    There is no due date.  Adobe wants all future players to run all existing content.  Extensive testing is done before each release to try to ensure that.  Adobe in general will only purposefully break content if required to fix a security issue.  I’m pretty sure you aren’t the only one maintaining a Flex 3 app for years to come.
    And don’t forget, there is continuing development on the Flex 4 code at Apache.  If enough folks showed up on the Apache Flex mailing lists wanting to make improvements to Flex 3, such a thing could happen there too.  At Apache, development is completely community-driven.
    And also, there is progress being made on FlexJS, a next-generation Flex SDK that cross-compiles to HTML/JS/CSS.  That could make your transition off of Flash much easier.  Volunteers are always welcome to help accelerate its development
    -Alex

Maybe you are looking for