[svn:fx-trunk] 20696: update build. properties values that are used for flex-sdk-description.xml.

Revision: 20696
Revision: 20696
Author:   [email protected]
Date:     2011-03-08 14:09:49 -0800 (Tue, 08 Mar 2011)
Log Message:
update build.properties values that are used for flex-sdk-description.xml. release.version = 4.5.1 release = Superhero
QE notes: no
Doc notes: no
Bugs: no
Reviewer: lauren
Tests run: no
Is noteworthy for integration: most likely FB will have to be aware of this
Modified Paths:
    flex/sdk/trunk/build.properties

Thats good news.

Similar Messages

  • [svn] 762: -update the 3.0 branch to use build. properties to create the flex-sdk-description.xml

    Revision: 762
    Author: [email protected]
    Date: 2008-03-10 07:44:49 -0700 (Mon, 10 Mar 2008)
    Log Message:
    -update the 3.0 branch to use build.properties to create the flex-sdk-description.xml
    Modified Paths:
    flex/sdk/branches/3.0.x/build.properties
    flex/sdk/branches/3.0.x/build.xml
    Added Paths:
    flex/sdk/branches/3.0.x/collateral/en_US/flex-sdk-description.xml

    By the way, simply adding the quotes around the lexical names in the sql statement doesn't work. That causes the lexical references to be ignored as simple string values:
    SELECT
       '&FLEX_GL_BALANCING_APROMPT' alias_gl_balancing_aprompt
      ,'&FLEX_GL_ACCOUNT_LPROMPT'   alias_gl_account_lprompt
      ,'&ACCT_BAL_LPROMPT'          alias_acct_bal_lprompt
    FROM dualI turned on statement-level debugging via xdodebug.cfg and saw how it compiled the lexicals. By replicating the call to apps.fnd_flex_xml_publisher_apis.kff_segments_metadata that I found there, I was able to hack together a workaround for this issue.
    Please point me to a better way of doing this if possible, as I had to GRANT EXECUTE on this apps package to my custom code schema. Is there a better lexical/flexfields reference than the XML Publisher documentation?
    Here is the call I made in my before-report trigger:
    --set ACCT_BAL_LPROMPT flexfield segment metadata lexical
    begin
    apps.fnd_flex_xml_publisher_apis.kff_segments_metadata(
      'FLEX_ACCT_BAL_LPROMPT',
      'SQLGL',
      'GL#',
      101,
      'GL_BALANCING',
      'Y',
      'LEFT_PROMPT',
      c_FLEX_ACCT_BAL_LPROMPT
    end;

  • [svn] 2756: -make the flex-sdk-description.xml process work like the trunk.

    Revision: 2756
    Author: [email protected]
    Date: 2008-08-06 08:53:11 -0700 (Wed, 06 Aug 2008)
    Log Message:
    -make the flex-sdk-description.xml process work like the trunk. don't copy the file, create one by echoing the values needed to it.
    -update build.properties, make the release value equal the actual release as in this case 3.1
    bug:https://bugs.adobe.com/jira/browse/SDK-16367
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16367
    Modified Paths:
    flex/sdk/branches/3.1.0/build.properties
    flex/sdk/branches/3.1.0/build.xml
    Removed Paths:
    flex/sdk/branches/3.1.0/collateral/en_US/flex-sdk-description.xml

    Revision: 2756
    Author: [email protected]
    Date: 2008-08-06 08:53:11 -0700 (Wed, 06 Aug 2008)
    Log Message:
    -make the flex-sdk-description.xml process work like the trunk. don't copy the file, create one by echoing the values needed to it.
    -update build.properties, make the release value equal the actual release as in this case 3.1
    bug:https://bugs.adobe.com/jira/browse/SDK-16367
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16367
    Modified Paths:
    flex/sdk/branches/3.1.0/build.properties
    flex/sdk/branches/3.1.0/build.xml
    Removed Paths:
    flex/sdk/branches/3.1.0/collateral/en_US/flex-sdk-description.xml

  • [svn] 962: fix SDK-15020 get the proper values in flex-sdk-description. xml when packaging flex_sdk_4.zip

    Revision: 962
    Author: [email protected]
    Date: 2008-03-27 09:49:15 -0700 (Thu, 27 Mar 2008)
    Log Message:
    fix SDK-15020 get the proper values in flex-sdk-description.xml when packaging flex_sdk_4.zip
    -also add setup.sh.build.xml,build.properties
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15020
    Modified Paths:
    flex/sdk/trunk/build.xml

    Revision: 962
    Author: [email protected]
    Date: 2008-03-27 09:49:15 -0700 (Thu, 27 Mar 2008)
    Log Message:
    fix SDK-15020 get the proper values in flex-sdk-description.xml when packaging flex_sdk_4.zip
    -also add setup.sh.build.xml,build.properties
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15020
    Modified Paths:
    flex/sdk/trunk/build.xml

  • [svn] 746: creating flex-sdk-description. xml is no longer a build machine only function, it will happen in the build .xml.

    Revision: 746
    Author: [email protected]
    Date: 2008-03-05 10:49:48 -0800 (Wed, 05 Mar 2008)
    Log Message:
    creating flex-sdk-description.xml is no longer a build machine only function, it will happen in the build.xml. There are 3 tokens in the flex-sdk-description.xml file in collateral/en_US/. The release and version vars are set in the build.properties file. build.number can be manually set in the properties in build.xml or can be passed in when building the SDK by using -Dbuild.number= , the default is "workspace"
    Modified Paths:
    flex/sdk/trunk/build.properties
    flex/sdk/trunk/build.xml
    Added Paths:
    flex/sdk/trunk/collateral/en_US/flex-sdk-description.xml

    I'll add that when I run devenv.exe with the flag /TFSLink, VS opens a Team Explorer window that contains the following text:
    An exception was encountered while constructing the content of this frame. This information is also logged in "C:\Users\<username>\AppData\Roaming\Microsoft\VisualStudio\11.0\ActivityLog.xml".Exception details:System.NullReferenceException: Object reference not set to an instance of an object.   at Microsoft.VisualStudio.Shell.Interop.IVsShell5.LoadPackageWithContext(Guid& packageGuid, Int32 reason, Guid& context)   at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.GetPackage()   at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent()

  • [svn] 1190: Clean the flex-sdk-description. xml during the clean stage of the build so the build starts from a "clean" state.

    Revision: 1190
    Author: [email protected]
    Date: 2008-04-11 07:06:59 -0700 (Fri, 11 Apr 2008)
    Log Message:
    Clean the flex-sdk-description.xml during the clean stage of the build so the build starts from a "clean" state.
    -Set the antTasks.compiled property if the flexTasks have already been compiled to avoid having a failure when calling ant main checkintests package
    Modified Paths:
    flex/sdk/branches/3.0.x/build.xml

    Somewhere in your pom.xml where you are configuring your build dependancies there will be a line <scope>caching</scope> this line is configuring the build to use a flex runtime shared library. This line is generating the error because caching is not a valid dependancy scope in maven 3 however mojos uses it anyway. There was a defect opened against flexmojos; I've linked it below. Froeder's response to the issue was that it was not fixable, that the warning is expected and that we'll have to live with it for now.
    https://issues.sonatype.org/browse/FLEXMOJOS-363?page=com.atlassian.jira.plugin.system.iss uetabpanels%3Achangehistory-tabpanel

  • [svn] 2942: Add webapps/webtier/WEB-INF/flex/flex-sdk-description. xml to the ignore list.

    Revision: 2942
    Author: [email protected]
    Date: 2008-08-21 07:52:24 -0700 (Thu, 21 Aug 2008)
    Log Message:
    Add webapps/webtier/WEB-INF/flex/flex-sdk-description.xml to the ignore list.
    Property Changed:
    flex/sdk/trunk/webapps/webtier/WEB-INF/flex/

    java.lang.ClassNotFoundException: flex.messaging.HttpFlexSession
    This class exists in flex-messaging-core.jar
    Looks like BlazeDS libraries are not loaded. Check if BlazeDS libraries exists in your WEB-INF/lib directory.
    webapps\{yourwebapp}\WEB-INF\lib
    Hope it helps you.

  • [svn:bz-trunk] 5125: Update excludes.properties file for BlazeDS/ trunk to exclude tests due to bugs BLZ-354, BLZ-355, and BLZ-356.

    Revision: 5125
    Author: [email protected]
    Date: 2009-03-02 05:55:42 -0800 (Mon, 02 Mar 2009)
    Log Message:
    Update excludes.properties file for BlazeDS/trunk to exclude tests due to bugs BLZ-354, BLZ-355, and BLZ-356.
    Also exclude JMS tests on WebSphere due to configuration issues on the regression box. This is being tracked by QETOOLS-32 in jira.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-354
    http://bugs.adobe.com/jira/browse/BLZ-355
    http://bugs.adobe.com/jira/browse/BLZ-356
    http://bugs.adobe.com/jira/browse/QETOOLS-32
    Modified Paths:
    blazeds/trunk/qa/features/excludes.properties

  • [svn:fx-trunk] 12222: Updating FXGUtils to 638523, which includes fixes for ...

    Revision: 12222
    Revision: 12222
    Author:   [email protected]
    Date:     2009-11-25 20:22:52 -0800 (Wed, 25 Nov 2009)
    Log Message:
    Updating FXGUtils to 638523, which includes fixes for...
    - 2486548: FXGUtils fails to raise an exception on a invalid specification of the color attribute in the  element. (Partial bug fix: Added exception code and message as placeholder).
    QE notes: N/A
    Doc notes: N/A
    Bugs: N/A
    Reviewer: Sujata
    Tests run: Checkintests
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/TypeHelper.java

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn] 1531: update the flex-sdk-description to 3.0.1

    Revision: 1531
    Author: [email protected]
    Date: 2008-05-02 08:38:50 -0700 (Fri, 02 May 2008)
    Log Message:
    update the flex-sdk-description to 3.0.1
    update the manifest variables so the versions will be in sync with the description file
    bug: https://bugs.adobe.com/jira/browse/SDK-15416
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15416
    Modified Paths:
    flex/sdk/branches/3.0.x/build.properties

    Hi,
    Have you tried updating to Flex Builder 3.0.2 and then using Flex SDK 3.5?
    Updates are available here: http://www.adobe.com/support/flex/downloads_updaters.html#flex3
    Alternatively, Flash Builder 4 also provides full support for Flex SDK 3.5.
    Thanks,
    Andrew
    Senior Product Manager, Flash Builder

  • [svn] 1435: Delete fles-sdk-description. xml altogether as it is causing issues when syncing to the sdk.

    Revision: 1435
    Author: [email protected]
    Date: 2008-04-28 13:39:06 -0700 (Mon, 28 Apr 2008)
    Log Message:
    Delete fles-sdk-description.xml altogether as it is causing issues when syncing to the sdk. Because it gets updated every time you build it also gets marked by svn as being out of sync and that is a pain too so... I opted to just create it on the fly and then update it and not have it checked in
    Modified Paths:
    flex/sdk/trunk/build.xml
    Removed Paths:
    flex/sdk/trunk/flex-sdk-description.xml

    >>D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build>D:\SDKs\flex_sdk_4.5.1.21328\bin\adl -package -target ane DaveExtension.ane extension.xml -swc DaveExtension.swc -platform iPhone-ARM library.swf libDaveExtention.a
    Either its a typo or by mistake you wrote adl in yout bat file. Change it to adt since that is the file that will package your ane. adl is just used for debugging/running on Desktop.
    Hope this helps. let me know how it goes.
    Thanks,
    Meet

  • [svn:fx-trunk] 10505: Update to TLF Build 516.

    Revision: 10505
    Author:   [email protected]
    Date:     2009-09-22 10:35:30 -0700 (Tue, 22 Sep 2009)
    Log Message:
    Update to TLF Build 516. See textLayout/ReleaseNotes.txt.
    Updated build file so the manifest for textLayout_edit is removed since TLF did it with their build file.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer: Gordon asked me to do this
    Tests run: checkintests, TextInput, TextArea, RichText
    Is noteworthy for integration: yes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/ReleaseNotes.txt
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/BaseTextLayoutImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/HtmlExporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/HtmlImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/TextConverter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/TextLayoutImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/manifest.xml
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/Build Info.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/BaseCompose.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/ComposeState.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/ParcelList.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/SimpleCompose.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/StandardFlowComposer.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/TextFlowLine.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/conta iner/ColumnState.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/conta iner/ContainerController.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/debug /Debugging.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/FlowElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/FlowGroupElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/FlowLeafElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/ParagraphElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/SpanElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/TCYElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/TextFlow.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/ITabStopFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/ITextLayoutFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TabStopFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TabStopFormatInc.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextLayoutFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextLayoutFormatInc.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextLayoutFormatValueHolder.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/EditC lasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ SelectionManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/DeleteTextOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/undo/UndoManager .as
        flex/sdk/trunk/frameworks/projects/textLayout/tlf.properties
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkActiveFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkHoverFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkNormalFormat.as

  • [svn] 2203: update build.properties to 3.0.3

    Revision: 2203
    Author: [email protected]
    Date: 2008-06-24 07:52:56 -0700 (Tue, 24 Jun 2008)
    Log Message:
    update build.properties to 3.0.3
    Modified Paths:
    flex/sdk/branches/3.0.x/build.properties

    As long as you aren't in Canada. Canadian law does not allow an iTunes card to be used to purchase the new software.

  • [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:fx-trunk] 9352: Update DesignLayer ASDOC to reflect most recent updates to specification.

    Revision: 9352
    Author:   [email protected]
    Date:     2009-08-17 12:38:36 -0700 (Mon, 17 Aug 2009)
    Log Message:
    Update DesignLayer ASDOC to reflect most recent updates to specification.  A bug fix to all IVisualElement implementers to account for initial value of alpha/visible for their owning layer.
    QE notes:  None.
    Doc notes:  None.
    Bugs:  N/A.
    Reviewer:  Chet
    Tests run: Checkin
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DesignLayer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElement.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

    The problem with submitting a bug report is I don't know how to replicate it.
    The java file showed up on the "Referenced Libraries". I removed it from there and it fixed the problem.
    If I return it to the classpath via Eclipse it doesn't demonstrate the problem.
    I don't know how it got into the classpath to cause this problem. I even tried editing the classpath (which I'm fairly certain was not how the problem was caused) but that didn't replicate the problem.
    I didn't check the .classpath to see what the entry was before I removed it via eclipse so I don't know what the entry looked like. The problem wasn't in the version is SVN so I don't know how to find what changes were made.
    If you sill want a bug report I can enter one but with out any instructions on how to replicate it.

Maybe you are looking for

  • How can I delete permanently a old Apple id?  my devises keep defaulting to my old id.

    problem:  I originally had a Apple ID that used a different email address.  I had to delete that email address as it was not accessable anymore.  I created a second Apple ID. But my iphone keeps defaulting and asking me for the password for my first

  • Hyperlinks in BI Publisher 11g report

    Hi, I've a report requirement to build a BIP report in integration with OBIEE. In my dashboard, I've a dashboard prompt, obiee reports and a BIP report. BIP report contains hyperlinks (created in template builder) which direct me to the obiee report

  • Filtering report in Excel after exporting from SSRS

    Hi All,    I have created a basic report which has 3 groupings Region,Country and Cities. I have the measures as Total Amount and Total Quantity. I have also added Subtotals to all the 3 groupings. The users now want to export the report to excel and

  • What versions of photoshop can open a catalog.pse8db file?

    I am upgrading my adobe photo editing software, but before I make a purchase, I want to be absolutely certain that my existing catalog can be uploaded to the new platform. (I ask in part because I have not yet found a way to get Bridge CC to import t

  • IOS application limitations?

    Don't know why, but google isn't working out for me lately Wondering what the limitations are in general of an iPad iOS application built from Flash. Is anyone aware of an article that briefly outlines the limitations and the suggested resolutions to