[svn:fx-trunk] 5839: * Removed the logic that tracked when cached SWC had been removed from

Revision: 5839
Author: [email protected]
Date: 2009-04-01 10:34:31 -0700 (Wed, 01 Apr 2009)
Log Message:
* Removed the logic that tracked when cached SWC had been removed from
the library path, because it wasn't working correctly in some cases
and it is no longer necessary due to revision 5524.
tests Passed: checkintests, performance testsuite, FlexBuilder
outputFolder JUnit tests
Needs QA: YES
Needs DOC: NO
API Change: NO
Reviewer: Pete F.
Code-level description of changes:
CompilerSwcContext.java
Removed updateRemovedSources() and it's usage.
CompilerAPI.java
Removed deleteRemovedSwcSources(), renamed
deleteObsoletedSwcSources() to reportObsoletedSwcSources(), and
deleteShadowedSwcSources() to reportShadowedSwcSources().
Updated validateCompilationUnits() to no longer report
DependentFileNoLongerExists.
SwcCache.java
Removed "removed" and "updated" variables, their getters, and the
code that initialized them.
Modified Paths:
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerSwcContext.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcCache.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcGroup.java

Revision: 5839
Author: [email protected]
Date: 2009-04-01 10:34:31 -0700 (Wed, 01 Apr 2009)
Log Message:
* Removed the logic that tracked when cached SWC had been removed from
the library path, because it wasn't working correctly in some cases
and it is no longer necessary due to revision 5524.
tests Passed: checkintests, performance testsuite, FlexBuilder
outputFolder JUnit tests
Needs QA: YES
Needs DOC: NO
API Change: NO
Reviewer: Pete F.
Code-level description of changes:
CompilerSwcContext.java
Removed updateRemovedSources() and it's usage.
CompilerAPI.java
Removed deleteRemovedSwcSources(), renamed
deleteObsoletedSwcSources() to reportObsoletedSwcSources(), and
deleteShadowedSwcSources() to reportShadowedSwcSources().
Updated validateCompilationUnits() to no longer report
DependentFileNoLongerExists.
SwcCache.java
Removed "removed" and "updated" variables, their getters, and the
code that initialized them.
Modified Paths:
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerSwcContext.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcCache.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcGroup.java

Similar Messages

  • TS3988 The Apple ID that I use isn't the one I want my for my iCloud. How do I remove the account that is already logged in without deleting everything from off my iPhone?

    All of the iPhones we have in my house are all connected to the same Apple ID. If I upload all of my stuff to iCloud will it merge with anything anyone else uploads?
    Thanks!

    Yes.  All of the phones that use the same ID for iCloud will be sharing the same iCloud account.  Any data synced with the shared account will be merged and will appear on all devices.  Also, any actions taken on synced data (such as deleting contacts or adding calendar events) will be replicated on all devices sharing the account.
    To keep your data separate, everyone should use a separate iCloud account with a separate ID on their devices.  You can continue to share the same ID for iTuens; it does not need to be the same as the ID you use for iCloud.

  • [svn] 1418: Remove the optimization that was added as part of the fix for BLZ-133.

    Revision: 1418
    Author: [email protected]
    Date: 2008-04-25 11:16:16 -0700 (Fri, 25 Apr 2008)
    Log Message:
    Remove the optimization that was added as part of the fix for BLZ-133. We cannot depend on isRequestedSessionIdFromCookie reliably, instead we should rely on the fact that encodeURL returns the same url when cookies are enabled.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-133
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SessionFilter.j ava

    This indicates corrupt files.  A restore should resolve.

  • I would like to remove the icons that came preloaded when I did the update for ios7. The Disney, yahoo, Espn etc. these icons aren't in my bookmarks so how do I remove them from my safari home screen?

    I would like to remove the icons that came preloaded when I did the update for ios7. The Disney, yahoo, Espn etc. these icons aren't in my bookmarks so how do I remove them from my safari home screen? Can anyone help?

    I am trying to figure this out as well. It is really frustrating. I wish I could go back to iOS 6 this *****

  • How to print based on the logic that it is the last page of the report

    HI
    I want to print something on the last page.For example,I have to print a image(signature) file on the last page.How can I have the logic that it is the last page or any counter or variable to find that it is the last page of the report??
    Thanks in advance.

    Is there an example of this posted somewhere that actually works?
    I have used this exact syntax in everyway, every location possible and it either locks my MSWORD window on preview or throws a Java error.
    I am using the most current BIP template builder v10.1.3.2.1
    Thanks,
    Scott
    Sample files below:
    <?start:body?><?for-each:G_TEST?>
    <?TEST1?> <?TEST2?>
    <?TEST3?>
    THIS SHOULD PRINT ON ALL PAGES
    <?start@last-page:body?> PRINT ONLY ON THE LAST PAGE<?end body?>
    <?end for-each?><?end body?>
    <?xml version="1.0" encoding="WINDOWS-1252"?>
    <TEST>
    <LIST_G_TEST>
    <G_TEST>
    <TEST1>TEST Data Line Number One</TEST1>
    <TEST2>Test Data Line 2</TEST2>
    <TEST3>33 Test Data Line 3</TEST3>
    </G_TEST>
    <G_TEST>
    <TEST1>TEST Data Line Number One</TEST1>
    <TEST2>Test Data Line 2</TEST2>
    <TEST3>33 Test Data Line 3</TEST3>
    </G_TEST>
    <G_TEST>
    <TEST1>TEST Data Line Number One</TEST1>
    <TEST2>Test Data Line 2</TEST2>
    <TEST3>33 Test Data Line 3</TEST3>
    </G_TEST>
    <G_TEST>
    <TEST1>TEST Data Line Number One</TEST1>
    <TEST2>Test Data Line 2</TEST2>
    <TEST3>33 Test Data Line 3</TEST3>
    </G_TEST>
    <G_TEST>
    <TEST1>TEST Data Line Number One</TEST1>
    <TEST2>Test Data Line 2</TEST2>
    <TEST3>33 Test Data Line 3</TEST3>
    </G_TEST>
    </LIST_G_TEST>
    </TEST>

  • Latests ongoing 'upgrades' as they refer them IOS7, without announcement removed the feature that showed an assignged contact image appearing full screen when that contact called. Why ? brilliant feature Fast losing faith, thoroughly ****** off, moving on

    Latests ongoing 'upgrades' as they refer them IOS7, without announcement removed the feature that showed an assignged contact image appearing full screen when that contact called. Why ? brilliant feature Fast losing faith, thoroughly ****** off, moving on to another phone.

    We are all users here. You are not talking to apple on these forums. There is no way anyone here can know the decision making process apple uses to determine what changes to make to the operating system. Also none of use care about which phone you might buy next.

  • A2109 - What is the best way to remove the cover that hides the MicroSD card

    Hello.
    I have tried to remove the cover that hides the MicroSD card with little success.  So that I don't destroy it, what is the best way you have found to remove it.  Thanks.

    hi ourtech,
    From the back, remove the two screws at the left and right side. For the bezel, try to use the plastic prying tool in this order:
    1. From volume key to the left (I/O ports)
    2. From volume key to power key
    3. From the side without screws to I/O
    4. From power key downwards
    Also, be careful when removing the plastic near the volume button to avoid breaking the bezel.
    Hope this helps.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • HT1473 I was loading the new operating system to my 4s iphone I had to remove my music to have enough space I clicked on the box that said sync music to computer and remove from phone. The only music saved was the ones bought on itunes where did the other

    I was loading the new operating system to my 4s iphone
    I had to remove my music to have enough space
    I clicked on the box that said sync music to computer and remove from phone.
    The only music saved was the ones bought on itunes where did the others go
    This is a new imac

    For music that you've purchased from Apple that are on your iPhone you should be able to copy to your computer's iTunes via File > Transfer Purchases. Also if you are in the US then you should be able to re-download past music purchases for free : http://support.apple.com/kb/HT2519
    For your own music that you've copied, then if you haven't got a backup on, for example, external drives or CDs/DVDs then you could see if any of the utilities mentioned in this old post still exist and work

  • Is there a way to remove the text that appears over dock icons when the cursor is over them?

    Is there any way to remove the text that appears over dock icons when you hover over them?  Or at least make it time out, or become more transparent?

    You can do that with the Menu Editor extension - https://addons.mozilla.org/firefox/addon/menu-editor/
    This extension has not been updated by its author in a couple of years, but another developer has updated it for Firefox 4, you can get the updated version from http://netticat.ath.cx/MyAddons/MyAddons.htm#3rdpartyaddons

  • How can I enable FTP on the DMP and How can I FTP to it and then remove the files that were deployed to the DMP flash?

    How can I enable FTP on the DMP and How can I FTP to it and then remove the files that were deployed to the DMP flash? My platform of DMS is 5.2.2

    Hi Temur, ok. I do the above procedure and it worked fine
    Now, I have other question?
    How can I reproduce any file (for example: a video, an url page, an image), that is in the flash of DMP?
    Índice de ftp://172.17.15.22/tmp/ftproot/tmp/ftproot/tmp/ftproot/usb_1/
    Subir al directorio superior.
    Nombre Tamaño Última modificación
    Sample Videos.lnk
    1 KB
    17/06/2011
    06:25:00 a.m.
    deployment
    29/06/2010
    04:14:00 a.m.
    lost+found
    25/02/2010
    12:00:00 a.m.
    video futbol en la playa.mp4
    1390 KB
    29/06/2010
    01:08:00 a.m.
    videofutbol.mp4
    1390 KB
    29/06/2010
    01:38:00 a.m.
    I like, that el DMP when loss conectivity with DMM, It display at the LCD screen, the video named videofutbol.mp4, this video As I show in the picture above, already in the flash of DMP.
    I appreciate your early response.
    Thanks

  • I want to remove the header and footer when printing from my mac, i can do this in the Page Setup on my PC but not on the Mac. I can do it each time I print but then it resets. How do I make a universal change?

    I want to remove the header and footer when printing from my mac, I can do this in the Page Setup on my PC but not on the Mac. I can do it each time I print but then it resets. How do I make a universal change?
    == This happened ==
    Every time Firefox opened

    Go to the "File" menu, then "Print." The window that appears will have three drop-down menus at the top.
    The first is labeled "Printer",
    The second is "Presets".
    The third is unlabeled but has "Copies & Pages" selected by default.
    Click on that third menu and select "Firefox" near the bottom of the list.

  • I opened a website that said that all of my files had been encrypted. A popup appeared and asked if I wanted to leave the page, but when I tried to, it wouldn't let me.  How do I know if this is a real problem or not?

    I was researching information for a class and I clicked on a website that said that all of my files had been encrypted.  A popup appeared and asked if I wanted to leave the page but when I tried to, it would let me.  I had to force quit Safari in order to do so.  How do I know if this is a real problem or not? 

    It's a JavaScript scam that only affects your web browser, and only temporarily.
    1. Some of those scam pages can be dismissed very easily. Press command-W to close the tab or window. A huge box will pop up. Press the return key and both the box and the page will close. If that doesn't happen, continue.
    2. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Security
    and uncheck the box marked Enable JavaScript. Leave the preferences dialog open.
    Close the malicious window or tab.
    Re-enable JavaScript and close the preferences dialog.
    3. If the Preferences menu item is grayed out, quit Safari. Force quit if necessary. Relaunch it by holding down the shift key and clicking its icon in the Dock. From the menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    to get rid of any cookies or other data left by the server. Open your Downloads folder and delete anything you don't recognize.

  • I used "my documents" for the profile folder, I removed the profile and firefox asked if i want to remove its file, and it took ALL my file except a few, all my photographs etc, are these now unrecoverable? as they are not in the recycle bin

    I used "my documents" for the profile folder, I removed the profile and firefox asked if i want to remove its file, and it took ALL my file except a few, all my photographs etc, are these now unrecoverable? as they are not in the recycle bin
    disaster, thanks firefox 1 year of photos lost

    Thanks for the obvious question. I mean it. The very same thought came to me this morning and, sure enough, I had booted into another drive--my old one that, of course, had the old desktop, etc.
    It didn't dawn on me that this was the case since I hadn't set it as a boot drive but I guess in the course of all the restarts I did, it got switched.
    I'm back to normal again.

  • How do i get rid of the message that says would you like to navigate away from this page?

    i need to know how to take off the message that says would you like to navigate away from this page?

    This issue can be caused by Facebook gadgets.<br />
    You will have to check that out by removing each of them until you find the culprit.<br />
    If you added or updated gadgets recently then start with those.<br />
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Redeemed $25 itunes card, my account was credited for about two minutes, then suddenly the $25 credit had been removed. Attempted to re-redeem the card, which read already redeemed. What happen?? What's my next move??

    Redeemed $25 itunes card, my account was credited for about two minutes, then suddenly the $25 credit had been removed. Attempted to re-redeem the card, which read already redeemed. What happen?? What's my next move??

        I'm confident that if you have spoken with our Fraud Team directly, that there are the proper wheels in motion to resolve all of the concerns that occured as a result of the fraudulant order on your account. It may take up to 2 bill cycles for all the adjustments to be applied and the changes made to your account to bring the dates and eligibility back to normal, so you should definitely be nearing the end of your wait. Based on your description, it may have been a while since you spoke with them directly instead of the customer service team, so I encourage you to give them a call at your earliest convenience to put your worries at ease. If you need to make arrangements for the charges that appear on your account, our Financial Services Team at 866-266-1445 will also be able to help possibly place a hold on the account regarding the disputed charges so there's no accidental inturruption in your service due to this unfortunate situation.
    JenniferH_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

Maybe you are looking for

  • "Stichwort Tag bearbeiten" in Lightroom 5.7 - Ist eine Stapelbearbeitung möglich??? Möchte alle Stichworte mit Rechtsklick bearbeiten.

    Es sollen bei allen Stichworten-"Übergeordnete Stichworte exportieren"-abgehakt werden. (Lightroom5.7 - Windows 8.1) Ich schaffe es bis Dato nur bei einem Stichwort mit einem Rechtsklick im Fenster "Stichwort Tag bearbeiten" den Haken bei "Übergeordn

  • WL6.1 and Red Hat 7.1 Issue

    After porting an application from WL5.1 to WL 6.1 we are seeing the error message shown below, The Garbage Collection slows the complete system down to a grinding halt. One cannot even login. The machine has over 700M of memory. Any suggestions ? <No

  • The Skype Collaboration Project

    Hello, I have trouble with your New Year project "The Skype Collaboration Project".  https://collaboration.skype.com/promotion/ I had filled the field "Enter your email to be the first to hear" and received "Your email address has been submitted, tha

  • No Lightroom with Creative Cloud Single App Purchase??

    Numerous websites have posted that Lightroom is included with a Photoshop CC subscription. If this is not the case, Adobe needs to correct this ASAP. I have no option in AAM or CC to install the app. It doesn't show at all. Running Windows 7 with SP1

  • Retention amount in PS

    Dear SAP Gurus, I would like to know about the retention amount for project and how to tackle it in different ways there are 3 scenarios 1. 10% at the acceptance of project, 2.10% at each invoice and 3.10% covered through bank gurantee. Please guide.