[svn:fx-4.x] 14245: * Fixed inactive incremental compilation issue where library changes

Revision: 14245
Revision: 14245
Author:   [email protected]
Date:     2010-02-18 08:53:00 -0800 (Thu, 18 Feb 2010)
Log Message:
Fixed inactive incremental compilation issue where library changes
  were not causing application recompilation.
QE notes: We should add a JUnit OEM API test for this scenario.
Doc notes:
Bugs: SDK-25513
Reviewer: Pete F.
Tests run: checkintests
Is noteworthy for integration: yes, affects active incremental
                               compilation from FB.
Code-level description of changes:
  Modified the loadCompilationUnits() used by
  flex2.tools.oem.Application to pass the "sources" and "units" args
  down, so that the PersistenceStore can populate them.  This is
  necessary to get OEMUtil.isRecompilationNeeded() called in
  Application.recompile().
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-25513
Modified Paths:
    flex/sdk/branches/4.x/modules/compiler/src/java/flex2/compiler/CompilerAPI.java

Dear Pallavi,
Very useful post!
I am looking for similar accelerators for
Software Inventory Accelerator
Hardware Inventory Accelerator
Interfaces Inventory
Customization Assessment Accelerator
Sizing Tool
Which helps us to come up with the relevant Bill of Matetials for every area mentioned above, and the ones which I dont know...
Request help on such accelerators... Any clues?
Any reply, help is highly appreciated.
Regards
Manish Madhav

Similar Messages

  • [svn:fx-trunk] 14480: Checking in an incremental compilation fix on behalf of Paul.

    Revision: 14480
    Revision: 14480
    Author:   [email protected]
    Date:     2010-03-01 08:14:43 -0800 (Mon, 01 Mar 2010)
    Log Message:
    Checking in an incremental compilation fix on behalf of Paul.
    QE notes: None
    Doc notes: None
    Bugs: SDK-25335
    Reviewer: Corey
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25335
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/Source.java

  • [svn:fx-3.x] 11086: Fixing Safari 4.x support for url change detection.

    Revision: 11086
    Author:   [email protected]
    Date:     2009-10-22 11:42:17 -0700 (Thu, 22 Oct 2009)
    Log Message:
    Fixing Safari 4.x support for url change detection.
    QE notes: None
    Doc notes: None
    Bugs: SDK-22483
    Reviewer: Alex
    Tests run: Manual browser test.
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22483
    Modified Paths:
        flex/sdk/branches/3.x/templates/html-templates/client-side-detection-with-history/history /history.js
        flex/sdk/branches/3.x/templates/html-templates/express-installation-with-history/history/ history.js
        flex/sdk/branches/3.x/templates/html-templates/no-player-detection-with-history/history/h istory.js

    HI,
    Go to ~Library/Internet Plugins. You should see: Glims
    "/Library/InputManagers/Glims/Glims.bundle/Contents/MacOS/Glims"
    Delete Glims from the system and restart your Mac.
    If you need help uninstalling Glims go here.
    Safari 4: May unexpectedly quit with "Glims for Safari" Read where you see: Resolution.
    Carolyn
    Message was edited by: Carolyn Samit

  • Does the iOS 7.0.3 fix the wi-fi issue, where the wi-fi option is unavailable?

    My wi-fi option has been unavailable since I upgraded my sysytem to iOS 7. Will this new update fix that problem?

    My wi-fi option has been unavailable since I upgraded my sysytem to iOS 7. Will this new update fix that problem?

  • [svn:fx-4.x] 13997: Addressed an IE8 history issue where our player would lose focus upon appending a history entry .

    Revision: 13997
    Revision: 13997
    Author:   [email protected]
    Date:     2010-02-05 07:53:15 -0800 (Fri, 05 Feb 2010)
    Log Message:
    Addressed an IE8 history issue where our player would lose focus upon appending a history entry. The behavior is unique to IE8.
    Anyone bundling our stock html template would require refreshing their copy of history.js.
    QE notes: None
    Doc notes: None
    Bugs: SDK-23402
    Reviewer: Alex
    Tests run: Checkin
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23402
    Modified Paths:
        flex/sdk/branches/4.x/templates/swfobject/history/history.js

  • [svn:fx-trunk] 11707: Fix incremental compilation problem with styles.

    Revision: 11707
    Author:   [email protected]
    Date:     2009-11-12 10:52:49 -0800 (Thu, 12 Nov 2009)
    Log Message:
    Fix incremental compilation problem with styles.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-24173
    Reviewer: Paul
    Tests run: checkintests
    Is noteworthy for integration: No.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24173
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java

    You have used elements like header, footer, footer1 and nav without using the correct DOCTYPE declaration. Replace the first line of your code with
    <!doctype html>
    Also have a look here for other problems http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fhome.surewest.net%2Fstorytales%2F test%2Fforposting.html
    After the above has been fixed, please come back here to fix the remaining problem(s)
    Gramps

  • [svn] 3966: Fix incremental compile which broke at some point since Flex 3 due to compiler changes .

    Revision: 3966
    Author: [email protected]
    Date: 2008-10-30 06:40:39 -0700 (Thu, 30 Oct 2008)
    Log Message:
    Fix incremental compile which broke at some point since Flex 3 due to compiler changes.
    ResourceManager.fetch() assumes a local file and uses java.io.File to check if the file exists. Files within swcs such as framework.swc$Assets.swf and framework.swc$default.css will never exist so they triggered a recompile. For now, put the dependency on the swcArchive file itself since that does exist in the file system.
    The dependency checking is still weak and could use some more work but at least now it doesn't recompile every time when there are no changes.
    QE Notes: None
    Doc Notes: None
    Bugs: - SDK-17715
    Reviewer: Paul
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17715
    Modified Paths:
    flex/sdk/trunk/modules/webtier/j2ee/servlet/src/java/flex/webtier/server/j2ee/BaseCompile Filter.java

    I enabled the settings in the labview.ini
    I found some text files that looked like logs "LabVIEW_8.5_Matt_cur.txt" "LabVIEW_8.5_Matt_log.txt". Which contained some error logs and call after I tried to compile. I attached some logs from my attempts to compile. For the errors that referenced a vi and a statechart guard, I remade the vi and the referenced guard. The others all have
    ..... /drawmgr.cpp(3570) : DAbort: Couldn't create 24 pen Error ==0
    in common and some had a
    ....../image.cpp(13927) : DWarn:  could not get hdc error = 0
    warning. I'm guesing these are related to the graphical problem I'm getting with explorer. But since I can't decode the call stack I'm not sure what the source is (assuming the cause is within the call stack).
    It looks like LV 8.6 Beta is going to open soon. Does anyone know if Vision will work with it? And Is there any kind of obligation to use the beta regularly? Since if it doesn't help much, I'd probably just end up removing it.
    Matt W
    Attachments:
    errors.zip ‏7 KB

  • [svn:bz-trunk] 21394: bug fix for watson 2887837 Not getting duplicate session detected error when same flex client id is used from two different HTTP sessions in CRX .

    Revision: 21394
    Revision: 21394
    Author:   [email protected]
    Date:     2011-06-16 12:34:13 -0700 (Thu, 16 Jun 2011)
    Log Message:
    bug fix for watson 2887837 Not getting duplicate session detected error when same flex client id is used from two different HTTP sessions in CRX.
    get the sessions id before we invalidate the duplicate session.
    Checkintests pass
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/BaseHTTPEndpoint.java

    For our profect I think this issue was caused as follows:
    Believing that remoting was full asynchronous we fired a 2 or 3 remote calls to the server at the same time ( within the same function ) - usually when the users goes to a new section of the app.
    This seemed to trigger the duplicate http session error since according to http://blogs.adobe.com/lin/2011/05/duplication-session-error.html  two remote calls arriving before a session is created will cause 2 sessions to be created.
    Our current solution ( too early to say it works ) is to daisy chain the multiple calls together .
    Also there seemed to be an issue where mobile apps that never quit ( thanks Apple! )  caused the error when activated after a few hours.
    I guess the session expires on the server and the error above occurs on activation.
    So the mobile apps now ping the server with a remote call when activated after sleeping for more than one hour.
    All duplicate http errors are silently caught and reported.
    Fingers crossed we won't get any more!

  • [svn:fx-trunk] 9555: Fixed 'ant doc' compilation error in DesignLayer.as.

    Revision: 9555
    Author:   [email protected]
    Date:     2009-08-24 16:06:41 -0700 (Mon, 24 Aug 2009)
    Log Message:
    Fixed 'ant doc' compilation error in DesignLayer.as.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: None
    Tests run: ant checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DesignLayer.as

  • [svn:fx-trunk] 16349: Fix special case compc code in Library.java

    Revision: 16349
    Revision: 16349
    Author:   [email protected]
    Date:     2010-05-27 16:33:00 -0700 (Thu, 27 May 2010)
    Log Message:
    Fix special case compc code in Library.java
    Added support for special handling of include-classes and include-inheritance-dependencies-only in Library.
    QE notes: None
    Doc notes: None
    Bugs: SDK-26467,SDK-26464
    Reviewer: Paul
    Tests run: checkintests, mustella cyclone
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-26467
        http://bugs.adobe.com/jira/browse/SDK-26464
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java

  • [svn:fx-trunk] 11211: Fixing a fall-out from the DefaultItemRenderer change .

    Revision: 11211
    Author:   [email protected]
    Date:     2009-10-27 17:07:30 -0700 (Tue, 27 Oct 2009)
    Log Message:
    Fixing a fall-out from the DefaultItemRenderer change.  When labelDisplay comes on-board, we should check to see if the label property has been set, and push it down in there if it has.  We need this because the labelDisplay isn't created until createChildren() time, which happens when the component is first validated, but for some scenarios, the component may not be on-screen at the time we set the label property.  Also, itemIndex needs to be "cloned" in the drag'n drop scenario.
    QE notes: -
    Doc notes: -
    Bugs: SDK-23867
    Reviewer: Evtim
    Tests run: checkintests, mustella List, DataGroup, DropDownList, ListDragDrop
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23867
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ListItemDrag Proxy.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultItemRenderer.as

  • [svn:osmf:] 17497: Fix FM-933: ProxyMetadata doesn' t dispatch change events for its initially set inner metadata.

    Revision: 17497
    Revision: 17497
    Author:   [email protected]
    Date:     2010-08-27 09:58:09 -0700 (Fri, 27 Aug 2010)
    Log Message:
    Fix FM-933: ProxyMetadata doesn't dispatch change events for its initially set inner metadata.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-933
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/LoadFromDocumentElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/ProxyElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/proxyClasses/ProxyMetadata.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestProxyElement.as

  • [svn:fx-trunk] 13317: Fix to allow Animate to automatically handle changes in styles during transitions .

    Revision: 13317
    Revision: 13317
    Author:   [email protected]
    Date:     2010-01-06 16:19:04 -0800 (Wed, 06 Jan 2010)
    Log Message:
    Fix to allow Animate to automatically handle changes in styles during transitions. This same logic already works for properties (e.g., if you specify different values for x in states and run Animate with a SimpleMotionPath with property="x" then it will automatically determine the from/to values to animate for x). But we needed to add an override for getRelevantStyles() for Animate to advertise the possible styles to pick up changes for so that the transitions array would be populated accordingly.
    QE notes: None
    Doc notes: This is a fix that should allow the second animated skin example in the docs (spark_skinning, p46) to work as detailed in my edits
    Bugs: sdk-24932
    Reviewer: Jason
    Tests run: checkintests, Mustella spark/effects
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-24932
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/Animate.as

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • [svn] 4488: Attempt to fix the heap-space issue with the doc target.

    Revision: 4488
    Author: [email protected]
    Date: 2009-01-12 12:10:58 -0800 (Mon, 12 Jan 2009)
    Log Message:
    Attempt to fix the heap-space issue with the doc target.
    Also removing some unused code.
    QE Notes: None
    Doc Notes: None
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/airframework/build.xml
    flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
    flex/sdk/trunk/frameworks/projects/flex/build.xml
    flex/sdk/trunk/frameworks/projects/flex4/build.xml
    flex/sdk/trunk/frameworks/projects/framework/build.xml
    flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
    flex/sdk/trunk/frameworks/projects/rpc/build.xml
    flex/sdk/trunk/frameworks/projects/utilities/build.xml
    flex/sdk/trunk/frameworks/projects/wireframe/build.xml
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
    Removed Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/PumpStreamHandler.java

    1. Tell more about it, e.g.: OS, a sun jdk or a ibm jdk? 32-bit or 64-bit?
    for ibm jdk, look for *.hpd file within the dir.
    for sun jdk, add startup option -XX:+HeapDumpOnOutOfMemError
    Then analyze them with heap analyzer.
    2.MaxPermSize=1024m so big space for class files, really necessary?

  • [svn:fx-trunk] 13169: * Fixes for two FB issues and two regressions caused by recent fixes.

    Revision: 13169
    Revision: 13169
    Author:   [email protected]
    Date:     2009-12-22 14:39:59 -0800 (Tue, 22 Dec 2009)
    Log Message:
    Fixes for two FB issues and two regressions caused by recent fixes.
    QE notes:
    Doc notes:
    Bugs: SDK-24708, SDK-24668, SDK-24827, SDK-24829
    Reviewer: Corey
    Tests run: checkintests, com.adobe.flexbuilder.project JUnit tests
    Is noteworthy for integration: Yes, fixes two FB issues
    Code-level description of changes:
      modules/compiler/src/java/flex2/tools/oem/Library.java
      modules/compiler/src/java/flex2/tools/Compc.java
      modules/compiler/src/java/flex2/tools/Fcsh.java
      modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
        Modified calls into SwcAPI's setupClasses() and
        setupNamespaceComponents() to pass in the SourceList.
      modules/compiler/src/java/flex2/tools/VersionInfo.java
        Added null check to getBuild().
      modules/compiler/src/java/flex2/compiler/CompilerAPI.java
        Modified compile() to only add elements of "classes" to "sources"
        if not already contained.  This covers the case of a Source being
        in the SourceList and the manifest.
      modules/compiler/src/java/flex2/compiler/swc/SwcAPI.java
        Modified setupClasses() and setupNamespaceComponents() to check the
        SourceList before the SourcePath when looking up sources.
      modules/compiler/src/java/flex2/compiler/SourceList.java
        Made getPaths() public.
      modules/compiler/src/java/flex2/compiler/CompilationUnit.java
        Modified setState() to skip disconnecting the root's Logger.  This
        fixes SDK-24827 and SDK-24829.
      modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java
        Added sourceList variable, modified procressSources() to
        initialize it, and modified init() to recursively store a
        timestamp for each path in the SourceList.  This fixes SDK-24708.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24708
        http://bugs.adobe.com/jira/browse/SDK-24668
        http://bugs.adobe.com/jira/browse/SDK-24827
        http://bugs.adobe.com/jira/browse/SDK-24829
        http://bugs.adobe.com/jira/browse/SDK-24827
        http://bugs.adobe.com/jira/browse/SDK-24829
        http://bugs.adobe.com/jira/browse/SDK-24708
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilationUnit.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SourceList.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SignatureExtension.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Compc.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Fcsh.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/VersionInfo.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java

Maybe you are looking for

  • TS2972 How do I share Apps, from the App Store, with different Mac's? Thanks folk, Jay

    I pulled down an App to my Touch, and I want to share it with all my Mac's. The troubleshooting articles I've seen all seem to exclude Apps. Any ideas?  Thanks!

  • Issues With opening Xcode

    Hello, I have been having issues opening Xcode in my computer since I downloaded it a while ago. I have tried all of the textbook troubleshooting; uninstalling/ re-installing, updating software then re-installing, ect... but I am still getting the sa

  • Macbook pro doesn't go to sleep when I close screen

    Okay so, I don't know exactly since when this started occurring, but whenever I close the screen of my macbook pro, it looks like it goes to sleep. but it doesn't. then when I open it back up, the fan goes up to 100% and the macbook is all warm and w

  • Sender File Communication Channel Configuration

    Hi guys, We are trying to develop a file-to-Idoc scenario and we are facing some problems in the configuration of the sender file communication channel as far as the file format is concerned. The file, which is a material master file has the followin

  • Update Terminated on transaction VL01N - VERKBELEG_WRITE_DOCUMENT

    Hello gurus, I'm trying to create a delivery based on a sales order. When I save the document system says that outbound delivery was created, however after that a pop-up appears saying "Update Terminated" with error info "Error Info...   DUPREC:POS&V