[svn:fx-4.0.0] 13527: changed how the mpl package is created for easier maintainability.

Revision: 13527
Revision: 13527
Author:   [email protected]
Date:     2010-01-15 10:59:08 -0800 (Fri, 15 Jan 2010)
Log Message:
changed how the mpl package is created for easier maintainability.  Previously I had been duplicating what the main pkg target was doing and just omitting the files that were not intended to be in the mpl pkg.  After the main pkg is bundled up the files not needed will be removed from the stage directory and then bundled up as the mpl package. fixes SDK-25039
Straighten out the confusing packaging targets. 
-sdk-packages is now packages -> calling this will package the flex_sdk_4 and mpl zips
QE notes: the mpl + add-on package should give us the flex_sdk_4 pkg
Doc notes:
Bugs: SDK-25039
Reviewer:
Tests run: packaging targets
Is noteworthy for integration: no
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-25039
    http://bugs.adobe.com/jira/browse/SDK-25039
Modified Paths:
    flex/sdk/branches/4.0.0/build.xml

Hi Harshall,
You have to enter the value as 1 in Installed base field and then press enter.
You will be taken inside and then you will be able to see the Goto - Partner screen.
Hope this will help.
Please reward points suitably.
Regards,
Naresh.

Similar Messages

  • HT2304 IR Receiver firmware update Apple released an update that essentially changes how the IR receiver communicates with the OS

    remote no longer works the likely culprit is a missed IR Receiver firmware update.  Back around version 2.1 or 2.2 of the Apple TV operating system Apple released an update that essentially changes how the IR receiver communicates with the OS.  If your Apple TV missed that update and then later gets updated to the newer 3.0.X firmware your Apple TV will no longer respond to input from your remote, though the light on the front of the AppleTV will blink.  The solution is to load the update manually, but unfortunately that requires ssh access on the AppleTV.
    new commands

    Thanks Dave,
    You are a genius. I can't tell you how much I appreciate being benifit of your knowledge and willingness to share it with others. A thousand times over, thank you!! I burned the little utility to a CD on another machine/setup, ran the little sucker and restarted in OS X like a hoot!!! About 8 minutes later I had the processor upgrade installed and see quite an improvment. Again, thanks and kudos be upon you,
    James

  • How to find the number of references created for a given  object ??

    How to find the number of references created for a given object in a big application environment.
    That means, if i give any object name (of my application) as input, then how can i find the[b] number of references created for that particular object ??

    Please do not post the same question multiple times.
    As for your original question, there is no direct way to do it.
    Especially not the way you phrased it,
    since objects don't have "names".
    Applications also don't have "names".
    They have classes and instances.
    Also, there are 2 related issues, and I'm not sure which one is the one you asked.
    #1. Finding the number of references to the same object.
    Eg.
    Map<String,String> a = new HashMap<String,String>();
    Map<String,String> b = new HashMap<String,String>();
    Map<String,String> c = a;In this case, there are only 2 objects.
    The first object has (at least) 2 references pointing to it.
    The second object has (at least) 1 reference pointing to it.
    (There may be more, if the HashMap library keeps
    references to these things, or if the HashMap object has
    some internal cyclic references...)
    If you're asking this, then it can't be done.
    It's an active research topic in universities
    and software research labs, called "alias analysis".
    Type it in google, and you'll see people are working hard
    and having little success so far.
    #2. Finding the number of instances created from a class.
    In this case, what you have to do is to add a counter to
    the constructor of the class. Every time an object is constructed,
    you increment the counter. Like this:
       class MyClass
           public static int counter = 0;
           public MyClass( )  { counter++; }
        // Then later in your program, you can do this:
        MyClass a = new MyClass();
        MyClass b = new MyClass();
        System.out.println(MyClass.counter); // It should show 2Note: you won't be able to do this to every class in the system.
    For every class you care about, you have to modify its constructor.
    Also: when an object is deleted, you won't always know it
    (and thus you won't always be able to decrement the counter).
    Finalizers cannot always work (read Joshua Bloch's
    "Effective Java" book if you don't believe me), but basically
    (1) finalizers will not always be called, and
    (2) finalizers can sometimes cause objects to not be deleted,
    and thus the JVM will run out of memory and crash

  • How Undo functionality can be Created for curves or Line in Swing?

    Please Help! How Undo functionality can be Created for curves or Line in Swing GUI. In the Java Tutorial, Undo with Text is given. But on implementing the SIMILAR logic of Undo with Text, some Errors come with Undo is to be Created on Swing GUI on the Graphics.

    What about storing the image before to execute the drawing method ? Undoing would be as easy as repainting the stored image ?

  • How the Gift Certificates  is created in claimble repository

    Hi All,
    I am going through the Gift Certificates which is implemented in CRS and also i gone through the ATG documents(Setting Up Gift Certificates and Coupons).So I have one query regarding creation of Gift Certificates in the claimble repository .
    1. How the Gift Certificates is created in claimble repository .
    2.Is there any commerce pipeline is responsible for the adding the Giftcertificate into claimble repository after order submit ?
    3.or is there any formhandler or pipleline in atg fulfillment system that will do this task?
    Please clarify this query .
    Advance Thanks.

    Hi,
    The following master data might be used in your case:
    - material master
    - vendor master
    - source list
    - info record
    - QA
    If you have only one source of supply, QA isn't necessary for auto PO creation.
    In source list (and in QA in case of several sources of supply) you determine which vendor to use.
    I hope I'm not mistaken: your purchasing organisation should be assigned to your plant.
    http://help.sap.com/saphelp_46c/helpdata/en/ff/515a2849d811d182b80000e829fbfe/frameset.htm
    In info records you can define vendor-material-purch.org.-plant-procurement-type combinations.
    Your vendor master has to be extended to the purch. org,. This is a prerquisite but I think it doesn't play role in the determination of purch. org. at all.
    I suspect you should have only valid purch. org. - plant - material - vendor combination as far as info records are concerned to achieve your goal. I don't know exactly at all...just my opinion...
    BR
    Csaba

  • How to find the TCODE that is created for the table maintanance generator

    Hi ,
    How to find the TCODE that is created for the table maintanance generator of particular table,if we only know the table name.
    Regards
    Ramakrishna L

    Hello,
    I try it this way
    1. Goto SE16 --> enter table TSTCP.
    2. In the selection-screen displayed, enter
    PARAM = *<ZTABNAME>*
    You will get the t-code for the TMG.
    BR,
    Suhas
    PS: Are you sure a t-code has been created for this TMG ?

  • Tracking changes of the given packages in ABS tree periodically.

    well, i need some kind of automation to track changes of the given packages in ABS tree, e.g. daily, and reporting to me if they happens.
    it's natural to write a script that does exactly that, but maybe someone has a working solution yet, so i decided to ask here first.
    so, any ready solution? thanks in advance.

    I don't know what exactly are you trying to do, but you can e.g. visit the online package database and check the log: https://projects.archlinux.org/svntogit … ckages/0ad
    If ABS got updated, it means there's a new package is available, so you can use pacman to track it. If you're using ABS to customize some package, add it to IgnorePkg in pacman.conf.

  • How many SECONDARY INDEXES are created for CLUSTER TABLES?

    how many SECONDARY INDEXES are created for CLUSTER TABLES?
    please explain.

    There seems to be some kind of misunderstanding here. You cannot create a secondary index on a cluster table. A cluster table does not exist as a separate physical table in the database; it is part of a "physical cluster". In the case of BSEG for instance, the physical cluster is RFBLG. The only fields of the cluster table that also exist as fields of the physical cluster are the leading fields of the primary key. Taking again BSEG as the example, the primary key includes the fields MANDT, BUKRS, BELNR, GJAHR, BUZEI. If you look at the structure of the RFBLG table, you will see that it has primary key fields MANDT, BUKRS, BELNR, GJAHR, PAGENO. The first four fields are those that all cluster tables inside BSEG have in common. The fifth field, PAGENO, is a "technical" field giving the sequence number of the current record in the series of cluster records sharing the same primary key.
    All the "functional" fields of the cluster table (for BSEG this is field BUZEI and everything beyond that) exist only inside a raw binary object. The database does not know about these fields, it only sees the raw object (the field VARDATA of the physical cluster). Since the field does not exist in the database, it is impossible to create a secondary index on it. If you try to create a secondary index on a cluster table in transaction SE11, you will therefore rightly get the error "Index maintenance only possible for transparent tables".
    Theoretically you could get around this by converting the cluster table to a transparent table. You can do this in the SAP dictionary. However, in practice this is almost never a good solution. The table becomes much larger (clusters are compressed) and you lose the advantage that related records are stored close to each other (the main reason for having cluster tables in the first place). Apart from the performance and disk space hit, converting a big cluster table like BSEG to transparent would take extremely long.
    In cases where "indexing" of fields of a cluster table is worthwhile, SAP has constructed "indexing tables" around the cluster. For example, around BSEG there are transparent tables like BSIS, BSAS, etc. Other clusters normally do not have this, but that simply means there is no reason for having it. I have worked with the SAP dictionary for over 12 years and I have never met a single case where it was necessary to convert a cluster to transparent.
    If you try to select on specific values of a non-transparent field in a cluster without also specifying selections for the primary key, then the database will have to do a serial read of the whole physical cluster (and the ABAP DB interface will have to decompress every single record to extract the fields). The performance of that is monstrous -- maybe that was the reason of your question. However, the solution then is (in the case of BSEG) to query via one of the index tables (where you are free to create secondary indexes since those tables are transparent).

  • Did Apple change how the iPod shuffles?

    When I first got my 120GB iPod classic, and had it in shuffle all mode, it would take the list of songs and randomize them as it played, kind of like this: Song 10, Song 54, Song 3050, Song 621, etc and it would occassionally repeat a song and what not. Which I liked, this was fine. Now, all of a sudden, it shuffles the song list first and plays them in order: Song 1, song 2, song 3, song 4, etc. Any one have idea why this does this or how I can fix it? I tried restoring my iPod and changing settings and nothing works.

    Have you tried using the Genius feature? You have to turn it on in iTunes first, and the sync your iPod.
    http://support.apple.com/kb/HT2978
    For more details about using it on an iPod classic 120GB, refer to your iPod's manual.
    http://manuals.info.apple.com/enUS/iPod_classic_120GBen.pdf
    When a good song is playing (or by selecting a song you like on a list), press and hold the center button to create a Genius playlist. Based on the songs you have on the iPod, the iPod will create a playlist of 25 songs that go work well with that initially selected song. None of my iPods are new enough to have that feature, but I use it in iTunes all the time. It's a great way to discover songs that that are already in your library, but you have totally forgotten about. It's kind of magical. Certainly better than "flipping through 14,000+ songs" to find the song you want to play next.

  • [svn:fx-trunk] 7677: adding xslt change so Theme shows up in asdoc for the styles ( where applicable)

    Revision: 7677
    Author:   [email protected]
    Date:     2009-06-09 10:54:15 -0700 (Tue, 09 Jun 2009)
    Log Message:
    adding xslt change so Theme shows up in asdoc for the styles (where applicable)
    QE Notes: None.
    Doc Notes: None.
    Modified Paths:
        flex/sdk/trunk/asdoc/templates/ASDoc_terms.xml
        flex/sdk/trunk/asdoc/templates/class-files.xslt

    Sorry about that. I am not exactly sure where the problem is, but I know it takes place after I put the <nav> in (in the html portion). If I understand what I am learning, the CSS at the top will structure my html code so I would have thought the CSS tageting my nav would be the focus. Maybe it is a different section though.
    CSS part:
    nav p {
    font-size: 90%;
    color: #FFC;
    text-align: right;
    font-weight: bold;
    background-color: #090;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #060;
    HTML part: (bold italic is the part I added)
    <body>
    <div class="container">
      <div id="apDiv1"><img src="Lessons/images/butterfly-ovr.png" width="170" height="158" alt="GreenStart Logo"></div>
      <header></header>
      <nav>
        <p>Home | About Us | Contact Us</p>
      </nav>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Green News</a></li>
          <li><a href="#">Green Products</a></li>
          <li><a href="#">Green Events</a></li>
          <li><a href="#">Green Travel</a></li>
          <li><a href="#">Green Tips</a></li>
        </ul>

  • Can I Change How The Pointer Appears Over A Link?

    Is there a way to change my pointer so that it doesn't change to the little pointer finger when it goes over a link? I have a larger pointer and it shrinks back down to the teeny hand when I'm on the web. It drives me nuts.
    Also, I'm still using 10.3.9, but I was hoping there was some way for me to change it. Is there a preference pain or something?
    Thanks!

    In Tiger, the Universal preference panel>Mouse - at the bottom - "difficulty in seeing a mouse" gives the option of making the pointer larger. When I tried it, i.e. move the slider to the right, the pointer did not reduce in size when I moved over a link in Safari. Not sure if the same feature is offered in Panther.
    Hope this helps.

  • Anyway to change how the track pad behaves on Yoga 13?

    Hi
    I just bought a Yoga 13 and while I can change the speed the mouse moves is there anyway I can change:
    1) the speed the track pad scrolls a page?
    2) can I change the direction the page moves when I move my hand?
    ON the pad when I swipe downward the the page moves upward ?
    Is there anyway to make it to where I can swipe down and have the page move down?
    The pads I use at work work that way and its far more natural to me that way
    Thank you
    Solved!
    Go to Solution.

    The're all in Control Panel>Mouse>Device Settings>Settings
    Turn off Ënable Reverse Scrolling and you can adjust the scroll speed in the same place
    http://cl.ly/image/2J0f0s1h2s0S

  • How to see different views created for material

    hello sap gurus
    How to see, under which all views the material has been created?
    Points will be given
    Thanks in advance
    Vijay

    Hi
    The no of views to be opened when you create a material in MM01 depends on the Material type
    BY changing the material types the views can be changed
    IMG->logistics general>Material Master>Basic settings>Material types-->Define attributes of material types
    Here only the settings is done
    Raja

  • How the source list is created automatically

    Hi all,
    Cud any one tell me is there any way to create the source list automatically. as per my knowledge we need to give the tick for the plants we want the source list should be made mandatory while creating the material master.
    How can be make the Source list field for the Purchasing view mandatory while creating the material master .

    Hi,
    You can have the system generate a source list for a material automatically. The system offers you the possibility of quickly entering or updating all source list records for a given source list.
    With this procedure, a source list record can be created for each info record and/or each outline agreement item for one or more materials.
    You can create the source list for several materials (collective procedure) or a single material (individual procedure).
    Prerequisites
    Before you create source list records, consider the following:
    For which materials/plants are the source list records to be generated?
    Are only outline agreement items, only info records, or both be taken into account? (Decision only in the case of the collective procedure.)
    What is the validity period of the source list records to be generated?
    Do source list records already exist for the materials for which you want to create source list records? If so, you must decide whether the old records:
    May not be changed
    Are to be deleted
    Are to be excluded from the validity period of the generated source list records
    Activities
    Collective Procedure
    With this procedure, you generate the source list for several materials.
    Choose Master data Source list Follow-on functions  Generate.
    Enter the necessary data.
    Create the source list.
    A list of the source records to be generated is displayed. Already-existing source list records whose validity periods are thus changed are also listed.
    Select the source list records you want to include in the source list.
    Fixed or blocked source list records: You can mark a source list record as "fixed" or block it. A "fixed" source represents the preferred source of supply, whereas a "blocked" source is one from which you are not allowed to order. Select the desired source list record. Then choose Edit  Fix, or Edit Block.
    Choose  to store the selected source list records for the displayed material in the source list.
    Exception messages are displayed by the system. Press ENTER to continue the saving process.
    Individual Procedure
    With this procedure, you generate the source list for a single material.
    Choose Master data  Source list  Maintain. The initial screen for the source list appears.
    Enter the material and plant number. Then press ENTER to display the overview screen.
    Choose Edit  Generate records.
    In the dialog box which appears, enter the validity period of the source list records to be created.
    First determine how existing source list records are to be treated if their validity periods overlap with the one specified. To do so, set the appropriate indicator in the dialog box. Press ENTER . The source list is created.
    Click  to save the source list.
    BR
    Diwakar
    reward if useful

  • How settlement rule will be created for Sales order with cost object

    Dear Experts,
    We are using product cost by sales order with valuated stock. In addition we are not using COPA
    We also consume some materials at sales order level and at the end of month we want to do the result analysis and settlement for the same amount. In this case can any on explain how system will behave regarding settlement of sales order cost and what entries will get pass in the system.
    In our case we have done below activities...
    we have created sales order,
    All production order activities completed till final GRN including month end activities
    Material consumption against sales order
    Result analysis executed
    At the time of sales order settlement, system throwing error (Sender doesn't have valid receiver, please create settlement rule for sender object)
    Then i checked in sales order there sales order settlement rule not defined.
    I guess this settlement rule need be generated by system automatically. If not, please let me know the process of it.

    HI kishore
          the reason is that sale order always carry the revenue  and production order and production period carry the cost .
       cost you can settle to the Material and even management want  to be settle the cost to material only in production order OR period
    but in sales order  when u sell the product it carry the revenue not the cost and management want see and analysis based on profitability segment are profit center level .
    Prerequisites
    If CO-PA is active, the system generates a settlement rule when you create the sales order. The settlement rule determines whether data is settled to other objects or other areas in Controlling. In accordance with this settlement rule, the relevant data is settled to CO-PA.
    If CO-PA is not active, create a settlement rule. This settlement rule that you create manually normally contains a G/L account as a receiver (such as 399999). You can also settle costs and revenues or results analysis data to objects with revenue.
    You can also settle the cost of sales calculated in results analysis to a fixed asset or a cost center. To do this, you must add to the allocation structure the results analysis cost elements under which the cost of sales is updated to the order.
    The settlement rule includes a distribution rule for the sales order item. The distribution rule is made up of a settlement receiver, a settlement share, and a settlement type:
    The settlement receiver (such as profitability segment or G/L account) specifies the object to which the actual costs and revenue of the sales order item are settled. The settlement receiver can be proposed through the settlement profile.
    The settlement share defines the percentage or the equivalence numbers used to distribute the costs to the individual settlement receivers. The settlement share for sales order items is usually 100%. A settlement share of 100% is preset in the system.
    The settlement type specifies full settlement of the sales order item. This ensures that all the data on the sales order is available for results analysis.
    Settlement still takes place in each period. The revenues and the cost of sales are transferred to CO-PA by period, and the work in process and the reserves are transferred to FI.

Maybe you are looking for