[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;

Similar Messages

  • [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] 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] 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] 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:fx-trunk] 10602: -include the flex-sdk-description in the mpl package

    Revision: 10602
    Author:   [email protected]
    Date:     2009-09-25 14:27:02 -0700 (Fri, 25 Sep 2009)
    Log Message:
    -include the flex-sdk-description in the mpl package
    bug: sdk-22539
    -fix up the build.xml that we include in the packaged sdk.  This has no bearing on building the sdk, but only when someone wants to rebuild the swcs from within a packaged sdk.
    bug:sdk-23302
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-22539
        http://bugs.adobe.com/jira/browse/sdk-23302
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/build_framework.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] 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: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.

  • [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] 1723: Updating the team app with send/subscribe samples.

    Revision: 1723
    Author: [email protected]
    Date: 2008-05-14 15:26:30 -0700 (Wed, 14 May 2008)
    Log Message:
    Updating the team app with send/subscribe samples.
    Modified Paths:
    blazeds/branches/3.0.x/apps/team/WEB-INF/flex/messaging-config.xml
    blazeds/branches/3.0.x/apps/team/features/messaging/sendsubscribeconstraint/messaging_AMF _Poll_SendSubscribeConstraint.mxml
    blazeds/branches/3.0.x/apps/team/features/messaging/sendsubscribeconstraint/messaging_HTT P_Poll_SendSubscribeConstraint.mxml
    Added Paths:
    blazeds/branches/3.0.x/apps/team/features/messaging/sendsubscribeconstraint/messaging_AMF _LongPoll_SendSubscribeConstraint.mxml
    blazeds/branches/3.0.x/apps/team/features/messaging/sendsubscribeconstraint/messaging_AMF _Stream_SendSubscribeConstraint.mxml

    Hi Pratibha,
    Thank you for posting in MSND forum.
    Since
    this forum is to discuss: Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System, and Visual Studio Editor.
    Based
    on your issue, since it is related to the Deployment Framework for Biztalk (BTDF), so I suggest you could consult this issue directly to this Deployment Framework for Biztalk (BTDF) website:
    https://biztalkdeployment.codeplex.com/discussions , you will get better support.
    Thanks for your understanding.
    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:bz-trunk] 8823: Updated the sample messaging-config. xml with the new disallow-wildcard-subtopics configuration element.

    Revision: 8823
    Author:   [email protected]
    Date:     2009-07-27 09:12:08 -0700 (Mon, 27 Jul 2009)
    Log Message:
    Updated the sample messaging-config.xml with the new disallow-wildcard-subtopics configuration element.
    Modified Paths:
        blazeds/trunk/resources/config/messaging-config.xml

    Hi,
    could you let us know what version of OEPE you were running prior to the upgrade along with the Eclipse version ? Also was the previous installation a full OEPE install or was it installed via the update site ?
    thanks
    Raj

  • [svn] 790: ASDocs update (3.0.x branch) -- added @ productVersion tag and some @see tags to class descriptions for mx.core. windowClasses.StatusBar and TitleBar.

    Revision: 790
    Author: [email protected]
    Date: 2008-03-12 13:09:50 -0700 (Wed, 12 Mar 2008)
    Log Message:
    ASDocs update (3.0.x branch) -- added @productVersion tag and some @see tags to class descriptions for mx.core.windowClasses.StatusBar and TitleBar.
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/airframework/src/mx/core/windowClasses/Status Bar.as
    flex/sdk/branches/3.0.x/frameworks/projects/airframework/src/mx/core/windowClasses/TitleB ar.as

    Ooops, I must have accidentally clicked 'Submit' - I didn't mean to post it.
    Try using some more nouveau goodness. I have no idea why nouveau-drm is unavailable atm - it was here yesterday ...
    http://arm.kh.nu/search/index.php?a=32& … ommunity=1 <- this is for 32-bit
    Last edited by karol (2010-07-21 00:01:30)

  • [svn:osmf:] 11242: Updating the Flex project file to take into account the NetStreamContentProtectableTrait 's name change.

    Revision: 11242
    Author:   [email protected]
    Date:     2009-10-28 13:26:52 -0700 (Wed, 28 Oct 2009)
    Log Message:
    Updating the Flex project file to take into account the NetStreamContentProtectableTrait's name change.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/.actionScriptProperties
        osmf/trunk/framework/MediaFramework/.flexLibProperties

    
    Hi,
    This topic seems to be related to VBA coding, better to post your question to the forum for Excel Developer
    http://social.msdn.microsoft.com/Forums/office/en-US/home?forum=exceldev
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Tony Chen
    TechNet Community Support

  • [svn:bz-trunk] 15129: Update the sample jgroups-tcp. xml file with proper explanations of each property after reviewing the JGroups documentation .

    Revision: 15129
    Revision: 15129
    Author:   [email protected]
    Date:     2010-03-30 06:17:55 -0700 (Tue, 30 Mar 2010)
    Log Message:
    Update the sample jgroups-tcp.xml file with proper explanations of each property after reviewing the JGroups documentation. This is still work in progress.
    Modified Paths:
        blazeds/trunk/resources/clustering/jgroups-tcp.xml

    It seems you are asking in wrong forum. AFAIK, you are asking "how to add HTTP header to response generated by my own script". It depend on WWW server we are speaking of and language of script itself. If you will fail to found solution within documentation of the HTTP server and/or scripting language you are using, then the better place for your question is a forum related to such language and HTTP server.
    In meantime, you can try other solituin. The "Refresh: 0;..." header is required for correct function of SoftKey:Next which is displayed by default. But you can redefine the content of SoftKey area using your own key. Such configuration is part of DirectoryObject you sent to phone. See definition of SoftKey 3 in example bottom. It's not original SoftKey:Next that depend on Refresh header. It's my own custom soft-key named "Next" with exact URL defined as part of key definition (replace 'N' with number of next page). It doesn't depend on Refresh header in any way. You should consider such advice as "temporary workaround". You should discover how to send HTTP header 'Refresh'  from your script. Note, it's not possible to redefine one SoftKey only. If you wish to redefine a soft-key, then all soft-keys need's to be defined by you.
    ... followed by Title, Prompt,up to 32 ...
    Dial
    SoftKey:Dial
    1
    EditDial
    SoftKey:EditDial
    2
    Next
    https://an-url-to-your-server-and-script/test-Directory.asp?page=N
    3
    Cancel
    SoftKey:Cancel
    4
    Exit
    SoftKey:Exit
    5

Maybe you are looking for

  • Upgrade of 4402 Controller to 7.0.98.0 or 7.0.22.0 breaks WLC ability to display 1130 series APs

    Almost a year ago we upgraded our 4402 Controller to 7.0.98.0 to support our 1262 APs. This allowed them to be in our network. We recently realized that we are unable to access the 1130 APs directly from the WLC. We can still access them from the con

  • Query transport

    HI SDN, A query transport is failed due to missing of Query object(Query name) and a variable. I have collected those those two elements in differerent request and transported sucessfully. Now in which sequence these transports should be sent to PRD?

  • Bootcamp or Parallels for Windows 7

    I would like to know, which option is better for installing Windows 7 on iMac ( 500 GB, 4 GB RAM) 1. Bootcamp 2. Parallels Is there any difference in performance, when Windows 7 is running in both the environments. Mostly I would be using Windows 7 f

  • Low battery life on new 4th generation nano?

    I got a 16 gb 4th gen nano yesterday. When I first turned it on, I was pleased to see that the battery was almost completely full. I took it to work, and listened to it for about an hour total, coupled with playing games on it, the charge level had d

  • Drawing New Components too Late?

    Hello everyone, I have a snippet of code here involving a 'please wait' sheet. Similar to a loading screen i would imagine. if (player.getComponent() != null)    JFileChooser fc = new JFIleChooser();    int FCVal = fc.showSaveDialog(this);    if (FCV