[svn:cairngorm3:] 16142: Insync Refactorings, Module lib: Added missing parameters from IModuleInfo interface.

Revision: 16142
Revision: 16142
Author:   [email protected]
Date:     2010-05-16 14:21:40 -0700 (Sun, 16 May 2010)
Log Message:
Insync Refactorings, Module lib: Added missing parameters from IModuleInfo interface. Maven: Take Persistence out.
Modified Paths:
    cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ModuleInfo.as
    cairngorm3/trunk/libraries/ModuleTest/.actionScriptProperties
    cairngorm3/trunk/libraries/lib-parent/pom.xml
    cairngorm3/trunk/samples/insync/insync-basic/src/InsyncContext.mxml
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/RefreshSearchAfterSav eController.as
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ContactList.mxml
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ContactsNavigator.mx ml
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/PictureInput.mxml
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/Toolbar.mxml
    cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ToolbarPM.as
    cairngorm3/trunk/samples/insync/insync-basic/test/insync/application/RefreshSearchAfterSa veControllerTest.as
    cairngorm3/trunk/samples/insync/insync-basic/test/insync/presentation/ToolbarPMTest.as
    cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/.actionScriptProperties
    cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/appli cation/RefreshSearchAfterSaveController.as
    cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/ContactFormPM.as
    cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/PictureInput.mxml
    cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/test/insync/contacts/appl ication/RefreshSearchAfterSaveControllerTest.as
    cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/.actionScriptProperties
    cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/src/ExpensesModule.mxml
    cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/src/ExpensesModuleRig.mxm l
    cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/src/ExpensesRigContext.mx ml
    cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/.actionScriptProperties
    cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/ComposeMessageModule .mxml
    cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/ComposeMessageModule Rig.mxml
    cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/ComposeMessageModule RigContext.mxml
    cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/application/Compo seMessageController.as
    cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/presentation/Cont entViewStack.mxml
    cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/presentation/Tool bar.mxml
    cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/presentation/Tool barPM.as
    cairngorm3/trunk/samples/insync/insync-modularExtended-shell/test/insync/presentation/Too lbarPMTest.as

Similar Messages

  • [svn:cairngorm3:] 19052: migrating the latest lib to flex 4.5.0. 17855 to share the same sdk as the todo sample

    Revision: 19052
    Revision: 19052
    Author:   [email protected]
    Date:     2010-12-06 05:34:03 -0800 (Mon, 06 Dec 2010)
    Log Message:
    migrating the latest lib to flex 4.5.0.17855 to share the same sdk as the todo sample
    Modified Paths:
        cairngorm3/trunk/build-parent/pom.xml

    Hi, those technologies are so cool but I failed to run the sample:
    - I am using Maven 3.0.2.
    Runnung mvn build from the latest source code from trunk "....cairngorm3\samples\todo>mvn install". I got the error relating to "unable to transacoding"
    D:\Java\workspaces\misc\cairngorm3\samples\todo\todo_flex\todo_flex_shell\src\ma
    in\flex\com\adobe\txi\todo\shell\skins\ApplicationHeaderSkin.mxml: Error: unable
    to resolve '/assets/todoLogo_big.png' for transcoding
    D:\Java\workspaces\misc\cairngorm3\samples\todo\todo_flex\todo_flex_shell\src\ma
    in\flex\com\adobe\txi\todo\shell\skins\ApplicationHeaderSkin.mxml: Error: Unable
    to transcode /assets/todoLogo_big.png.
    I shift the assets folder to src/main/flex. It got compiled then I can deploy succesfully into Tomcat 6. But I still get empty screen.
    Do I have to do something else like "run db script", "create DB schema" ?
    Note: my adt.jar is from flex_sdk_4.5.0.17855
    Thanks

  • [svn:cairngorm3:] 15920: Adding the use of Spark component into ModuleC to add the scenario where a Module must be able to get its default spark skin  (currently this is failing due to a bug in the Module Lib)

    Revision: 15920
    Revision: 15920
    Author:   [email protected]
    Date:     2010-05-06 02:11:21 -0700 (Thu, 06 May 2010)
    Log Message:
    Adding the use of Spark component into ModuleC to add the scenario where a Module must be able to get its default spark skin (currently this is failing due to a bug in the Module Lib)
    Modified Paths:
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleC/ModuleC.mxml

    As the server.xml is big enough, I took the minimum portion of it. Hope u can proceed with it.
    <!-- Tomcat Root Context -->
    <Context path="" docBase="ROOT" debug="0"/>
    <!-- New contexts -->
    <Context path="/xyz" docBase="pathTo_xyz" debug="0" crossContext="true"/>
    <Context path="/pqr" docBase="pathTo_pqr" debug="0" crossContext="true"/>
    <!-- Tomcat Examples Context -->
    <Context path="/examples" docBase="examples" debug="0"
    reloadable="true" crossContext="true">
    You should also provide a WEB-INF folder under pqr or xyz folder.
    You should also provide a web.xml file under each WEB-INF folder.
    The minimal web.xml is
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/j2ee/dtd/web-app_2_3.dtd">
    <web-app>
    </web-app>
    That's it. Try it out. Hope it is OK.
    Hafizur Rahman
    SCJP

  • [svn:cairngorm3:] 15157: Simplifying the design of the module lib by:

    Revision: 15157
    Revision: 15157
    Author:   [email protected]
    Date:     2010-03-31 05:29:35 -0700 (Wed, 31 Mar 2010)
    Log Message:
    Simplifying the design of the module lib by:
    - Refactoring the existing mechanism to support the inter-communication between modules thru a unique identifier.
    - Ability to communicate between multiple instances of the same module.
    - Removed the LazyLoader which was a temporary workaround.
    - Adding a new Metadata which must be used within messages that are inter-communication API messages (to communicate between modules).
    - Adding a message pool which basically keep all messages that need to be redirected to a module which is not yet instantiated until the module is available and ready to accept the messages.
    - Redo from scratch the ModuleTest application to show the new behaviors.
    - Refactored the InSync sample to use the new Module lib.
    Modified Paths:
        cairngorm3/trunk/libraries/Module/.actionScriptProperties
        cairngorm3/trunk/libraries/Module/.flexLibProperties
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ModuleInfo.as
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ModuleMessageInterceptor .as
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ParsleyFlexModuleFactory .as
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ParsleyModuleDescriptor. as
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ParsleyModuleInfo.as
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ViewLoader.as
        cairngorm3/trunk/libraries/ModuleTest/.actionScriptProperties
        cairngorm3/trunk/libraries/ModuleTest/.flexProperties
        cairngorm3/trunk/libraries/ModuleTest/src/example/MyViewLoader.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/.flexLibProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/src/insync/messaging/ComposeMe ssageEvent.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/ContactFormPM.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/ComposeMessageModule .mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/ComposeMessageModule Rig.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/insync/messaging/pre sentation/ComposeMessagePM.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/InsyncModularExtendedShe ll.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/InsyncContext.mxm l
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/presentation/Cont entViewStack.mxml
    Added Paths:
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/CairngormModuleLib.as
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/IParsleyModule.as
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ModuleIdMetadata.as
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ModuleMessageDispatcher. as
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ParsleyModuleReadyMessag e.as
        cairngorm3/trunk/libraries/ModuleTest/src/CairngormModuleLibSample.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/CairngormModuleLibSampleContext.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/ModulePod.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/api/
        cairngorm3/trunk/libraries/ModuleTest/src/example/api/PingMessage.as
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleA/
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleA/ModuleA.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleA/ModuleAContext.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleA/ModuleAPM.as
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleB/
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleB/ModuleB.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleB/ModuleBContext.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleB/ModuleBPM.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/src/insync/application/
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/src/insync/application/Content Destination.as
    Removed Paths:
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/LazyLoader.as
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ModuleDescriptor.as
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/StyledModuleDescriptor.a s
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/StyledModuleInfo.as
        cairngorm3/trunk/libraries/ModuleTest/src/CairngormModules.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/CairngormModules2.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/ExampleContext.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/ModuleA.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/ModuleB.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/parsley/
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/application/Conte ntDestination.as

    This may be the same fix that ningunos2010 provided but I got this idea from anthbs's post. I looked up what .exe files the ISim tool used, and then simply took the nt64 files and copied them over to the nt folder so that it wouldn't run the 32 bit ISim but the 64 bit one that anthbs claimed would work. At first it didn't come up with any errors it says the simulation ran successfully but it wouldn't open the actual ISim gui. In order to fix this I went to the ISimgui.exe file and unclicked run as administrator. I'm not sure if that's clicked by default or if I had changed it at some point trying to fix the issue.
    Anyway these are the files I copied over from nt64 to nt folder:
    fuse.exe
    isimgui.exe
    vhpcomp.exe
    vlogcomp.exe

  • [svn:cairngorm3:] 16102: Quick Insync Updates to be compatible to latest libraries.

    Revision: 16102
    Revision: 16102
    Author:   [email protected]
    Date:     2010-05-13 15:06:49 -0700 (Thu, 13 May 2010)
    Log Message:
    Quick Insync Updates to be compatible to latest libraries.
    Modified Paths:
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/.flexLibProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/history/his tory.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/index.templ ate.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/ContactsNavigator.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/history/his tory.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/index.templ ate.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/history/hi story.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/index.temp late.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/history/histor y.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/index.template .html
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/InsyncStyles.css
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/presentation/Cont entViewStack.mxml
    Added Paths:
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/swfobject.j s
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/libs/parsley-flex4-2.2.2. swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/swfobject.j s
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/libs/parsley-flex4-2.2.2. swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/swfobject. js
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/libs/parsley-flex4-2.2.2 .swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/swfobject.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/libs/parsley-flex4-2.2.2.swc
    Removed Paths:
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/AC_OETags.j s
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/libs/parsley-flex3-2.2.2. swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/AC_OETags.j s
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/libs/parsley-flex3-2.2.2. swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/AC_OETags. js
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/libs/parsley-flex3-2.2.2 .swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/AC_OETags.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/libs/parsley-flex3-2.2.2.swc

    Revision: 16102
    Revision: 16102
    Author:   [email protected]
    Date:     2010-05-13 15:06:49 -0700 (Thu, 13 May 2010)
    Log Message:
    Quick Insync Updates to be compatible to latest libraries.
    Modified Paths:
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/.flexLibProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/history/his tory.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/index.templ ate.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/ContactsNavigator.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/history/his tory.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/index.templ ate.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/history/hi story.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/index.temp late.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/history/histor y.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/index.template .html
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/InsyncStyles.css
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/presentation/Cont entViewStack.mxml
    Added Paths:
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/swfobject.j s
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/libs/parsley-flex4-2.2.2. swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/swfobject.j s
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/libs/parsley-flex4-2.2.2. swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/swfobject. js
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/libs/parsley-flex4-2.2.2 .swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/swfobject.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/libs/parsley-flex4-2.2.2.swc
    Removed Paths:
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/AC_OETags.j s
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/libs/parsley-flex3-2.2.2. swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/AC_OETags.j s
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/libs/parsley-flex3-2.2.2. swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/AC_OETags. js
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/libs/parsley-flex3-2.2.2 .swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/AC_OETags.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/libs/parsley-flex3-2.2.2.swc

  • [svn:cairngorm3:] 16694: Adding a custom IconButton component.

    Revision: 16694
    Revision: 16694
    Author:   [email protected]
    Date:     2010-06-28 05:20:58 -0700 (Mon, 28 Jun 2010)
    Log Message:
    Adding a custom IconButton component.
    Using the ErrorPolicy.RETHROW flag for unhandled exceptions
    Modified Paths:
        cairngorm3/trunk/samples/insync/insync-basic/src/InsyncBasic.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/InsyncContext.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/assets/contactsStyles.css
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/SearchContactsCommand .as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/infrastructure/AlertHandler.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/PictureInput.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/Toolbar.mxml
    Added Paths:
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/components/
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/components/IconButto n.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/components/skins/
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/components/skins/Ico nButtonSkin.mxml
    Removed Paths:
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/skins/button/

  • [svn:cairngorm3:] 21066: Navigation: Added missing test runner SWC for test project.

    Revision: 21066
    Revision: 21066
    Author:   [email protected]
    Date:     2011-04-13 02:42:33 -0700 (Wed, 13 Apr 2011)
    Log Message:
    Navigation: Added missing test runner SWC for test project.
    Modified Paths:
        cairngorm3/trunk/libraries/NavigationParsleyTest/.actionScriptProperties
    Added Paths:
        cairngorm3/trunk/libraries/NavigationParsleyTest/libs/
        cairngorm3/trunk/libraries/NavigationParsleyTest/libs/flexunitUIRunner-4.1-RC2.swc

    Hi DST
    This is a great effort and gesture. thank you on behalf of all the newbies.
    PJ

  • [svn:cairngorm3:] 14658: Migration to Parsley 2.2 and Flex SDK 3.5.

    Revision: 14658
    Revision: 14658
    Author:   [email protected]
    Date:     2010-03-10 02:08:29 -0800 (Wed, 10 Mar 2010)
    Log Message:
    Migration to Parsley 2.2 and Flex SDK 3.5. Removed Command implementation of Integration library in favor of Asynchronous Commands of Parsley 2.2.
    Modified Paths:
        cairngorm3/trunk/libraries/Integration/.actionScriptProperties
        cairngorm3/trunk/libraries/Integration/.flexLibProperties
        cairngorm3/trunk/libraries/IntegrationDMS/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationDMS/src/com/adobe/cairngorm/CairngormIntegrationDMS Lib.as
        cairngorm3/trunk/libraries/IntegrationRPC/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationRPC/src/com/adobe/cairngorm/CairngormIntegrationRPC Lib.as
        cairngorm3/trunk/libraries/IntegrationTest/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationTest/html-template/history/history.js
        cairngorm3/trunk/libraries/IntegrationTest/html-template/index.template.html
        cairngorm3/trunk/libraries/IntegrationTest/src/IntegrationTests.mxml
        cairngorm3/trunk/libraries/IntegrationTest/src/LocalConnectionConsumer.mxml
        cairngorm3/trunk/libraries/IntegrationTest/src/LocalConnectionProducer.mxml
        cairngorm3/trunk/libraries/Module/.actionScriptProperties
        cairngorm3/trunk/libraries/Module/pom.xml
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ParsleyFlexModuleFactory .as
        cairngorm3/trunk/libraries/ModuleTest/.actionScriptProperties
        cairngorm3/trunk/libraries/ModuleTest/html-template/AC_OETags.js
        cairngorm3/trunk/libraries/ModuleTest/html-template/history/history.css
        cairngorm3/trunk/libraries/ModuleTest/html-template/history/history.js
        cairngorm3/trunk/libraries/ModuleTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/Navigation/.actionScriptProperties
        cairngorm3/trunk/libraries/Navigation/pom.xml
        cairngorm3/trunk/libraries/Observer/.actionScriptProperties
        cairngorm3/trunk/libraries/ObserverParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/ObserverParsley/pom.xml
        cairngorm3/trunk/libraries/ObserverTest/.actionScriptProperties
        cairngorm3/trunk/libraries/ObserverTest/html-template/AC_OETags.js
        cairngorm3/trunk/libraries/Popup/.actionScriptProperties
        cairngorm3/trunk/libraries/PopupParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/PopupTest/.actionScriptProperties
        cairngorm3/trunk/libraries/PopupTest/html-template/AC_OETags.js
        cairngorm3/trunk/libraries/Task/.actionScriptProperties
        cairngorm3/trunk/libraries/Validation/.actionScriptProperties
        cairngorm3/trunk/libraries/Validation/.flexLibProperties
        cairngorm3/trunk/libraries/Validation/.settings/org.eclipse.core.resources.prefs
        cairngorm3/trunk/libraries/ValidationTest/.actionScriptProperties
        cairngorm3/trunk/libraries/ValidationTest/html-template/AC_OETags.js
        cairngorm3/trunk/samples/insync/insync-basic/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-basic/html-template/AC_OETags.js
        cairngorm3/trunk/samples/insync/insync-basic/html-template/history/history.css
        cairngorm3/trunk/samples/insync/insync-basic/html-template/history/history.js
        cairngorm3/trunk/samples/insync/insync-basic/html-template/history/historyFrame.html
        cairngorm3/trunk/samples/insync/insync-basic/src/InsyncBasic.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/InsyncContext.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/RefreshSearchAfterSav eController.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/RemoveContactCommand. as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/SaveContactCommand.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/SearchContactsCommand .as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/infrastructure/AlertHandler.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ContactFormPM.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ContactsNavigatorPM. as
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/application/RefreshSearchAfterSa veControllerTest.as
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/application/RemoveContactCommand Test.as
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/application/SaveContactCommandTe st.as
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/application/SearchContactsComman dTest.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/AC_OETags.j s
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/AC_OETags.j s
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/AC_OETags. js
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/AC_OETags.js
    Added Paths:
        cairngorm3/trunk/libraries/Integration/libs/parsley-flex3-2.2.0.swc
        cairngorm3/trunk/libraries/Integration/libs/spicelib-flex-2.2.0.swc
        cairngorm3/trunk/libraries/IntegrationDMS/libs/parsley-flex3-2.2.0.swc
        cairngorm3/trunk/libraries/IntegrationDMS/libs/spicelib-flex-2.2.0.swc
        cairngorm3/trunk/libraries/IntegrationRPC/libs/parsley-flex3-2.2.0.swc
        cairngorm3/trunk/libraries/IntegrationRPC/libs/spicelib-flex-2.2.0.swc
        cairngorm3/trunk/libraries/IntegrationTest/libs/parsley-flex3-2.2.0.swc
        cairngorm3/trunk/libraries/IntegrationTest/libs/spicelib-flex-2.2.0.swc
        cairngorm3/trunk/libraries/Module/libs/parsley-flex3-2.2.0.swc
        cairngorm3/trunk/libraries/Module/libs/spicelib-flex-2.2.0.swc
        cairngorm3/trunk/libraries/ModuleTest/libs/parsley-flex3-2.2.0.swc
        cairngorm3/trunk/libraries/ModuleTest/libs/spicelib-flex-2.2.0.swc
        cairngorm3/trunk/libraries/ObserverParsley/libs/parsley-flex3-2.2.0.swc
        cairngorm3/trunk/libraries/ObserverParsley/libs/spicelib-flex-2.2.0.swc
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/history.css
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/history.js
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/ObserverTest/html-template/index.template.html
        cairngorm3/trunk/libraries/ObserverTest/html-template/playerProductInstall.swf
        cairngorm3/trunk/libraries/PopupParsley/libs/parsley-flex3-2.2.0.swc
        cairngorm3/trunk/libraries/PopupParsley/libs/spicelib-flex-2.2.0.swc
        cairngorm3/trunk/libraries/PopupTest/html-template/history/
        cairngorm3/trunk/libraries/PopupTest/html-template/history/history.css
        cairngorm3/trunk/libraries/PopupTest/html-template/history/history.js
        cairngorm3/trunk/libraries/PopupTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/PopupTest/html-template/index.template.html
        cairngorm3/trunk/libraries/PopupTest/html-template/playerProductInstall.swf
        cairngorm3/trunk/libraries/ValidationTest/html-template/history/
        cairngorm3/trunk/libraries/ValidationTest/html-template/history/history.css
        cairngorm3/trunk/libraries/ValidationTest/html-template/history/history.js
        cairngorm3/trunk/libraries/ValidationTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/ValidationTest/html-template/index.template.html
        cairngorm3/trunk/libraries/ValidationTest/html-template/playerProductInstall.swf
        cairngorm3/trunk/samples/insync/insync-basic/libs/parsley-flex3-2.2.0.swc
        cairngorm3/trunk/samples/insync/insync-basic/libs/spicelib-flex-2.2.0.swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/history/
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/history/his tory.css
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/history/his tory.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/history/his toryFrame.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/index.templ ate.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/playerProdu ctInstall.swf
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/libs/parsley-flex3-2.2.0. swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/libs/spicelib-flex-2.2.0. swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/history/
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/history/his tory.css
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/history/his tory.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/history/his toryFrame.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/index.templ ate.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/playerProdu ctInstall.swf
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/libs/parsley-flex3-2.2.0. swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/libs/spicelib-flex-2.2.0. swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/history/
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/history/hi story.css
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/history/hi story.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/history/hi storyFrame.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/index.temp late.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/playerProd uctInstall.swf
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/libs/parsley-flex3-2.2.0 .swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/libs/spicelib-flex-2.2.0 .swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/history/
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/history/histor y.css
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/history/histor y.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/history/histor yFrame.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/index.template .html
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/playerProductI nstall.swf
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/libs/parsley-flex3-2.2.0.swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/libs/spicelib-flex-2.2.0.swc
    Removed Paths:
        cairngorm3/trunk/libraries/Integration/libs/parsley-complete-flex3-2.1.0.swc
        cairngorm3/trunk/libraries/Integration/libs/spicelib-complete-flex-2.1.0.swc
        cairngorm3/trunk/libraries/Integration/src/com/adobe/cairngorm/CairngormIntegrationLib.as
        cairngorm3/trunk/libraries/Integration/src/com/adobe/cairngorm/integration/command/
        cairngorm3/trunk/libraries/Integration/test/com/
        cairngorm3/trunk/libraries/IntegrationDMS/libs/parsley-complete-flex3-2.1.0.swc
        cairngorm3/trunk/libraries/IntegrationDMS/libs/spicelib-complete-flex-2.1.0.swc
        cairngorm3/trunk/libraries/IntegrationRPC/libs/parsley-complete-flex3-2.1.0.swc
        cairngorm3/trunk/libraries/IntegrationRPC/libs/spicelib-complete-flex-2.1.0.swc
        cairngorm3/trunk/libraries/IntegrationTest/libs/parsley-complete-flex3-2.1.0.swc
        cairngorm3/trunk/libraries/IntegrationTest/libs/spicelib-complete-flex-2.1.0.swc
        cairngorm3/trunk/libraries/Module/libs/parsley-complete-flex3-2.1.0.swc
        cairngorm3/trunk/libraries/Module/libs/spicelib-complete-flex-2.1.0.swc
        cairngorm3/trunk/libraries/ModuleTest/html-template/playerProductInstall.swf
        cairngorm3/trunk/libraries/ModuleTest/libs/parsley-complete-flex3-2.1.0.swc
        cairngorm3/trunk/libraries/ModuleTest/libs/spicelib-complete-flex-2.1.0.swc
        cairngorm3/trunk/libraries/ObserverParsley/libs/parsley-complete-flex3-2.1.0.swc
        cairngorm3/trunk/libraries/ObserverParsley/libs/spicelib-complete-flex-2.1.0.swc
        cairngorm3/trunk/libraries/PopupParsley/libs/parsley-complete-flex3-2.1.0.swc
        cairngorm3/trunk/libraries/PopupParsley/libs/spicelib-complete-flex-2.1.0.swc
        cairngorm3/trunk/libraries/TaskTest/html-template/history/
        cairngorm3/trunk/libraries/TaskTest/html-template/index.template.html
        cairngorm3/trunk/libraries/TaskTest/html-template/playerProductInstall.swf
        cairngorm3/trunk/samples/insync/insync-basic/libs/parsley-complete-flex3-2.1.0.swc
        cairngorm3/trunk/samples/insync/insync-basic/libs/spicelib-complete-flex-2.1.0.swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/libs/parsley-complete-fle x3-2.1.0.swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/libs/spicelib-complete-fl ex-2.1.0.swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/libs/parsley-complete-fle x3-2.1.0.swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/libs/spicelib-complete-fl ex-2.1.0.swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/libs/parsley-complete-fl ex3-2.1.0.swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/libs/spicelib-complete-f lex-2.1.0.swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/libs/parsley-complete-flex3- 2.1.0.swc
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/libs/spicelib-complete-flex- 2.1.0.swc

    I can't help you with your problem, but maybe this is a good start:
    http://kb2.adobe.com/cps/905/cpsid_90508.html#main_Flash_Builder
    ..... About that... have you encountered any other issue when using FB 4.5.1 with OS X 10.7.0?

  • [svn:cairngorm3:] 19478: -General: Reverted migration to Flex 4. 5 back to Flex 4.1.

    Revision: 19478
    Revision: 19478
    Author:   [email protected]
    Date:     2010-12-20 03:02:48 -0800 (Mon, 20 Dec 2010)
    Log Message:
    -General: Reverted migration to Flex 4.5 back to Flex 4.1. -Insync Sample: Fixed Insync Build error. -Navigation: added runtime navigation feature for SelectedChildWaypoint (default Waypoint). (work in progress).
    Modified Paths:
        cairngorm3/trunk/libraries/Contract/.actionScriptProperties
        cairngorm3/trunk/libraries/ContractTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Integration/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationDMS/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationParsley/.flexLibProperties
        cairngorm3/trunk/libraries/IntegrationTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Module/.actionScriptProperties
        cairngorm3/trunk/libraries/Module/.flexLibProperties
        cairngorm3/trunk/libraries/ModuleTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Navigation/.actionScriptProperties
        cairngorm3/trunk/libraries/Navigation/src/com/adobe/cairngorm/navigation/waypoint/decorat or/ContainerDestinationRegistration.as
        cairngorm3/trunk/libraries/NavigationParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationParsleyTest/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationParsleyTest/src/NavigationParsleyStates.mxml
        cairngorm3/trunk/libraries/NavigationParsleyTest/src/NavigationParsleyToggleButtonBar.mxm l
        cairngorm3/trunk/libraries/NavigationParsleyTest/src/states/presentation/ContentPM.as
        cairngorm3/trunk/libraries/NavigationParsleyTest/src/togglebuttonbar/presentation/Content PM.as
        cairngorm3/trunk/libraries/NavigationSpringAS/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSpringASTest/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSwiz/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSwizTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Observer/.actionScriptProperties
        cairngorm3/trunk/libraries/ObserverParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/ObserverTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Persistence/.actionScriptProperties
        cairngorm3/trunk/libraries/PersistenceTest/.actionScriptProperties
        cairngorm3/trunk/libraries/PersistenceTest/src/AllTests-app.xml
        cairngorm3/trunk/libraries/PersistenceTest/src/IntegrationTests-app.xml
        cairngorm3/trunk/libraries/PersistenceTest/src/PersistenceSample-app.xml
        cairngorm3/trunk/libraries/PersistenceTest/src/UnitTests-app.xml
        cairngorm3/trunk/libraries/Popup/.actionScriptProperties
        cairngorm3/trunk/libraries/PopupParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/PopupTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Task/.actionScriptProperties
        cairngorm3/trunk/libraries/TaskTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Validation/.actionScriptProperties
        cairngorm3/trunk/libraries/ValidationTest/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-basic/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-basic/.flexProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/.flexProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/.flexProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/.flexProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/.flexProperties
    Added Paths:
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/history.css
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/history.js
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/ObserverTest/html-template/index.template.html
        cairngorm3/trunk/libraries/ObserverTest/html-template/playerProductInstall.swf
        cairngorm3/trunk/libraries/ObserverTest/html-template/swfobject.js
    Removed Paths:
        cairngorm3/trunk/libraries/NavigationSpringAS/.settings/com.adobe.flexbuilder.project.pre fs

    Simeon,
    Thanks for that, I had a brainfart and forgot you can have the properties defined in that manner.  I changed it but it still wasn't working which made me realize I had to change the backgroundColor property on the view in Away3D.  I realized this after trying the params for the class and then not adding the view (which had a white bg) and then i looked at the docs and bam, there it was.  Thanks!
    Matt

  • [svn:cairngorm3:] 19050: minor updates : ignore files, FB files and header. txt

    Revision: 19050
    Revision: 19050
    Author:   [email protected]
    Date:     2010-12-06 01:30:06 -0800 (Mon, 06 Dec 2010)
    Log Message:
    minor updates : ignore files, FB files and header.txt
    Modified Paths:
        cairngorm3/trunk/libraries/ContractTest/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationDMS/.actionScriptProperties
        cairngorm3/trunk/libraries/Module/.actionScriptProperties
        cairngorm3/trunk/libraries/ModuleTest/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationParsleyTest/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationParsleyTest/.flexProperties
        cairngorm3/trunk/libraries/NavigationSpringAS/.settings/com.adobe.flexbuilder.project.pre fs
        cairngorm3/trunk/libraries/NavigationSpringAS/.settings/org.eclipse.core.resources.prefs
        cairngorm3/trunk/libraries/NavigationTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Popup/.actionScriptProperties
        cairngorm3/trunk/libraries/Popup/.flexLibProperties
        cairngorm3/trunk/samples/insync/insync-basic/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-basic/.flexProperties
        cairngorm3/trunk/samples/insync/insync-basic/.project
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/.flexProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/.project
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/.flexProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/.project
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/.flexProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/.project
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/.flexProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/.project
    Added Paths:
        cairngorm3/trunk/libraries/Navigation/.FlexUnitSettings/
        cairngorm3/trunk/libraries/Navigation/.FlexUnitSettings/FlexUnitApplicationLastRun.xml
        cairngorm3/trunk/src/conf/
        cairngorm3/trunk/src/conf/header.txt
    Removed Paths:
        cairngorm3/trunk/libraries/ContractTest/html-template/
        cairngorm3/trunk/libraries/ModuleTest/html-template/
    Property Changed:
        cairngorm3/trunk/
        cairngorm3/trunk/libraries/Contract/
        cairngorm3/trunk/libraries/ContractTest/
        cairngorm3/trunk/libraries/IntegrationDMS/
        cairngorm3/trunk/libraries/IntegrationParsley/
        cairngorm3/trunk/libraries/Module/
        cairngorm3/trunk/libraries/NavigationParsley/
        cairngorm3/trunk/libraries/NavigationSpringASTest/
        cairngorm3/trunk/libraries/NavigationSwiz/
        cairngorm3/trunk/libraries/NavigationSwizTest/
        cairngorm3/trunk/libraries/PopupParsley/
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/
        cairngorm3/trunk/samples/todo/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_android/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_core/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_remoting_dto/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_test/
        cairngorm3/trunk/samples/todo/todo_flex/todo_flex_todolist_lib/
        cairngorm3/trunk/samples/todo/todo_java/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_persistence/
        cairngorm3/trunk/samples/todo/todo_java/todo_java_remoting_service/
        cairngorm3/trunk/samples/todo/todo_java/todo_webapp/

    I'm more of a 1.3 chick myself, but the words are the same just in a different language.
    1. Is Tomcat running?
    2. Have you configured the ajp13 connector on 8009 in Tomcat? (Should it be ajp13 for Apache 2.0? - I really must upgrade)

  • Mkinitcpio WARNING: No modules were added to the image.

    I am trying to build a pf-kernel using this guide: https://wiki.archlinux.org/index.php/Ke … raditional
    Everything went fine, but when I try to make the initramfs, I get this error:
    mkinitcpio -k 3.13.3-pf-dbb-pf+ -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-dbb-pf.img
    ==> Starting build: 3.13.3-pf-dbb-pf+
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> WARNING: No modules were added to the image. This is probably not what you want.
    ==> Creating lz4 initcpio image: /boot/initramfs-linux-dbb-pf.img
    ==> Image generation successful
    I searched the warning message, but all the posts I found were related to other errors, like a "module not found" or so. As you can see, I'm not getting any actual error message, just the warning.
    Is this message just because the MODULES line of mkinitcpio.conf is blank, or something else?

    I definitely ran `make modules_install`. Twice actually, because I thought something went wrong the first time.
    A find command shows that there are some modules, but only a handful. My guess is that I forgot to copy a good config before running menuconfig, so I'll try building again.
    I was wondering why it only took 10 minutes to build.

  • [svn:osmf:] 14538: Adding missing class to syndication library.

    Revision: 14538
    Revision: 14538
    Author:   [email protected]
    Date:     2010-03-02 15:53:21 -0800 (Tue, 02 Mar 2010)
    Log Message:
    Adding missing class to syndication library.
    Added Paths:
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSEmbed.as

    Can anyone suggest on how to add an external Jar file to an OAF project while development and also while deploying.
    Thanks Kris

  • [svn:fx-4.x] 14929: Added missing override for maxHeight to push maxHeight down to RichEditableText .

    Revision: 14929
    Revision: 14929
    Author:   [email protected]
    Date:     2010-03-22 17:45:01 -0700 (Mon, 22 Mar 2010)
    Log Message:
    Added missing override for maxHeight to push maxHeight down to RichEditableText.  If RichEditable text is scrolling make sure to always compose with a composer so that we get consistent results.  The factory and the composer produce slightly different results which confuses the scroller.  If the component doesn't have focus there is not necessarily a composer.  It is possible that with this fix  adjustContentBoundsForScroller() is no longer needed but leave it in for now.
    QE notes:
    Doc notes: None
    Bugs: SDK-25899
    Reviewed By: Gordon
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25899
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/RichEditableText.as
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/supportClasses/Skinn ableTextBase.as

    Yes it is 64bit:
    [vuvffufg@HereAndNow-Main ~]$ uname -a
    Linux HereAndNow-Main 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64 GNU/Linux

  • [svn:osmf:] 14059: Adding missing file.

    Revision: 14059
    Revision: 14059
    Author:   [email protected]
    Date:     2010-02-09 06:38:45 -0800 (Tue, 09 Feb 2010)
    Log Message:
    Adding missing file.
    Added Paths:
        osmf/trunk/apps/samples/framework/LayoutSample/src/LayoutSample2.as

    Many thanks for the fast reply.
    I've got a follow up question.
    What will happen if I modify the reconnect Code in the OSMF Netloader Class as recommended and then load multiple third party OSMF plugins,
    which may have included the origin OSMF version of the Netloader class.
    Which one will be used at runtime?
    Thanks in advance!

  • [svn:osmf:] 10584: Adding a missing file from that last folder structure refactor.

    Revision: 10584
    Author:   [email protected]
    Date:     2009-09-24 17:19:48 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Adding a missing file from that last folder structure refactor.
    Added Paths:
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/AkamaiBasicStreamingPlugin.as

    Hello,
    Welcome to MSDN forum.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because your issue is about ASP.NET web application development, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    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.

Maybe you are looking for

  • Boot Camp Assistant Won't Launch

    I have not been able to get Boot Camp Assistant to launch. I double click on it but nothing happens. No error messages. Nothing. Background: I just replaced the hard drive in my MacBook Pro Core Duo 2.4 GHz. Using the Restore Option of Disk Utility I

  • Problem polling Inbox with Sender Mail adapter

    Hi, I have a funny problem with Sender Mail adapter (IMAP Protocol) It was working fine previously. Now, when I poll the Inbox, 2 things happen. After re-activation: 1. If there is a new mail in the Inbox, the Communication channel marks the mail as

  • Third-party battery & charger?

    Hi all, Has any of you had any experience with 3rd party camera batteries & chargers? Would it cause any damange to the camera? Would it cause problems when doing repairs via BB or the manufacturer? I'm considering this option because BB is making me

  • Final issue indicator on the general data button on the work order

    Hi Gurus, can anybody please let me know why the final issue check box is checked automatically even before the goods are issued via migo against the work orders. This check box is on the general data tab of the material entered on the components tab

  • Spacing between sections on subform

    Hello, I have attached a file with the pdf print out. there are spacing between the sections, yet the section is trimmed and used as a subform to re-occur on the same page. what could be the issue?? I'm using a table as the row, and all columns conta