[svn:bz-4.0.0_fixes] 19743: Updated SDKs:

Revision: 19743
Revision: 19743
Author:   [email protected]
Date:     2011-01-13 11:48:18 -0800 (Thu, 13 Jan 2011)
Log Message:
Updated SDKs:
SDK 3.5.0 19710
SDK 4.x-lcds-hf 19581
QA apps' build files updated to handle SDK4 (client-side-detection-with-history issue). Main build.xml updated to only build ds-console under SDK3.
Modified Paths:
    blazeds/branches/4.0.0_fixes/apps/team/build.xml
    blazeds/branches/4.0.0_fixes/build.xml
    blazeds/branches/4.0.0_fixes/qa/apps/qa-manual/build.xml
    blazeds/branches/4.0.0_fixes/qa/apps/qa-regress/build.xml
    blazeds/branches/4.0.0_fixes/resources/flex_sdk/flex_sdk_3.zip
    blazeds/branches/4.0.0_fixes/resources/flex_sdk/flex_sdk_4.zip

Similar Messages

  • [svn:bz-4.0.0_fixes] 19744: Updated main build xml file to build ds-console only under sdk3 temporarily .

    Revision: 19744
    Revision: 19744
    Author:   [email protected]
    Date:     2011-01-13 11:58:13 -0800 (Thu, 13 Jan 2011)
    Log Message:
    Updated main build xml file to build ds-console only under sdk3 temporarily.
    (SDKs updated in previous CL)
    flex_sdk_3 version 3.5.0 19710
    flex_sdk_4 version 4.x-lcds-hf 19581
    Modified Paths:
        blazeds/branches/4.0.0_fixes/build.xml

    you might want to add the following to the .configure line in you pkgbuild..
    --libdir=/usr/lib/lighttpd --with-openssl=/usr/include/openssl
    This puts the libs in /usr/lib/lighttpd, much like apache does in its own dir, instead of just dumping then in the /usr/lib dir with everything else. A bit cleaner.
    Also, not sure if bzip and gzip need to be in depends line to get output compression. I will report back when I find out.
    EDIT: Made a few more modifications to lighttpd PKGBUILD and associated files. HERE

  • [svn:bz-4.0.0_fixes] 16148: Update config testsuite on 4.0. 0_fixes branch to force kill the app server before running any tests when the app server is Tomcat .

    Revision: 16148
    Revision: 16148
    Author:   [email protected]
    Date:     2010-05-17 06:40:40 -0700 (Mon, 17 May 2010)
    Log Message:
    Update config testsuite on 4.0.0_fixes branch to force kill the app server before running any tests when the app server is Tomcat. The regression runs were hanging on this branch when going to run the config suite because the Tomcat server isn't shutting down cleanly at the end of the MXUnit run. I believe this is an issue with the version of ActiveMQ we are using. Since I don't think we want to update ActiveMQ on this branch force killing the Tomcat server will workaround the problem.
    Modified Paths:
        blazeds/branches/4.0.0_fixes/qa/apps/qa-regress/testsuites/config/build.xml

    Hi,
    Thanks for the reply. I have tried this on another machine running the same version of Blackboard. It works fine.
    Only difference is that the machine that has the JVM crash is running on Fujitsu PrimePower and the OS is Solaris 9 (but twigged for PrimePower).
    The one where it runs and starts up successfully is running on SunFire (OS is Solaris 10).
    I am wondering if there is a problem with the JVM loading required libraries because of the OS being different versions.
    Any leads on this is welcomed. Thank you.
    Regards,
    Hon Peng
    ===================
    On Fujitsu Primepower
    SunOS 5.9 Generic_118558-33 sun4us sparc FJSV,GPUS
    the Dependencies for libjvm.so are as follows:
    ===================
    bash-2.05$ ldd -r libjvm.so
    libsocket.so.1 => /usr/lib/libsocket.so.1
    libsched.so.1 => /usr/lib/libsched.so.1
    libdl.so.1 => /usr/lib/libdl.so.1
    libCrun.so.1 => /usr/lib/libCrun.so.1
    libm.so.1 => /usr/lib/libm.so.1
    libthread.so.1 => /usr/lib/libthread.so.1
    libc.so.1 => /usr/lib/libc.so.1
    libnsl.so.1 => /usr/lib/libnsl.so.1
    libmp.so.2 => /usr/lib/libmp.so.2
    /usr/platform/FJSV,GPUS/lib/libc_psr.so.1
    =====================================
    On SunFire, Sun machine
    SunOS 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-280R
    the dependencies are different for the libjvm.so:
    =====================================
    bash-2.05$ ldd -r libjvm.so
    libsocket.so.1 => /lib/libsocket.so.1
    libsched.so.1 => /usr/lib/libsched.so.1
    libdl.so.1 => /lib/libdl.so.1
    libCrun.so.1 => /usr/lib/libCrun.so.1
    libm.so.1 => /lib/libm.so.1
    libthread.so.1 => /lib/libthread.so.1
    libc.so.1 => /lib/libc.so.1
    libnsl.so.1 => /lib/libnsl.so.1
    libmp.so.2 => /lib/libmp.so.2
    libmd5.so.1 => /lib/libmd5.so.1
    libscf.so.1 => /lib/libscf.so.1
    libdoor.so.1 => /lib/libdoor.so.1
    libuutil.so.1 => /lib/libuutil.so.1
    /platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1
    libm.so.2 => /lib/libm.so.2
    /platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1

  • [svn:bz-4.0.0_fixes] 20641: Update BlazeDS 4.0. 0_fixes branch to be able to run regressions with a class deserialization validator .

    Revision: 20641
    Revision: 20641
    Author:   [email protected]
    Date:     2011-03-07 09:14:03 -0800 (Mon, 07 Mar 2011)
    Log Message:
    Update BlazeDS 4.0.0_fixes branch to be able to run regressions with a class deserialization validator.
    Modified Paths:
        blazeds/branches/4.0.0_fixes/qa/apps/qa-regress/build.xml
    Added Paths:
        blazeds/branches/4.0.0_fixes/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.validat ors.xml

    Remove this 3rd party add-on. Cooliris.
    0x20bd000 - 0x20befff com.cooliris.safariplugin ??? (1.7) /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/Cooliris
    Go here for a Glims update.
    http://www.machangout.com/

  • [svn:bz-4.0.0_fixes] 21088: Update readme. txt for tomcat authentication to include setup instructions for Tomcat 7.

    Revision: 21088
    Revision: 21088
    Author:   [email protected]
    Date:     2011-04-15 09:50:24 -0700 (Fri, 15 Apr 2011)
    Log Message:
    Update readme.txt for tomcat authentication to include setup instructions for Tomcat 7.
    checkintests: not run. not code change.
    Modified Paths:
        blazeds/branches/4.0.0_fixes/resources/security/tomcat/readme.txt

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:bz-4.0.0_fixes] 18557: Set sdk.version to 3

    Revision: 18557
    Revision: 18557
    Author:   [email protected]
    Date:     2010-11-12 10:52:02 -0800 (Fri, 12 Nov 2010)
    Log Message:
    Set sdk.version to 3
    Modified Paths:
        blazeds/branches/4.0.0_fixes/build.properties

  • Update Sdk in Flash Catalyst

    Hi Is there any way to update sdk in Flash catalyst like in Flash Builder.
    I am using Flash Catalyst build of Max and I want to make use of it using new spark architecture and it is still generating old code.
    I tried to change sdk from root but it gives me error.
    Sumit Arora

    Hey Sumit,
    In the public beta we'll be releasing with the most up to date version of the Flex SDK. There's no way to actually change the SDK in the MAX build unfortunately.
    =Ryan
    [email protected]

  • [svn:fx-3.x] 9493: Applying patch (SDK-22435) submitted by Aaron Boushley which updates ObjectUtil to use toXMLString rather than toString for XML objects .

    Revision: 9493
    Author:   [email protected]
    Date:     2009-08-23 16:09:56 -0700 (Sun, 23 Aug 2009)
    Log Message:
    Applying patch (SDK-22435) submitted by Aaron Boushley which updates ObjectUtil to use toXMLString rather than toString for XML objects.
    QE notes:  None
    Doc notes: None
    Bugs: SDK-13919
    Reviewer: N/A
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22435
        http://bugs.adobe.com/jira/browse/SDK-13919
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/utils/ObjectUtil.as

  • [svn:fx-i11] 5489: i11 branch: Fix SDK-20148 Group bounds do not update after moving a child UIComponent

    Revision: 5489
    Author: [email protected]
    Date: 2009-03-23 10:04:25 -0700 (Mon, 23 Mar 2009)
    Log Message:
    i11 branch: Fix SDK-20148 Group bounds do not update after moving a child UIComponent
    Fix: add a method in GroupBase that's called whenever child x,y changes in UIComponent. GroupBase invalidates layout when autoLayout is true.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-20148
    Reviewer: Deepa
    tests: checkintests, mustella
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20148
    http://bugs.adobe.com/jira/browse/SDK-20148
    Modified Paths:
    flex/sdk/branches/i11/frameworks/projects/flex4/src/mx/components/baseClasses/GroupBase.a s
    flex/sdk/branches/i11/frameworks/projects/framework/src/mx/core/UIComponent.as

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

  • [svn:bz-4.0.0_fixes] 18558: SDK 3.5.0.18472 checkin

    Revision: 18558
    Revision: 18558
    Author:   [email protected]
    Date:     2010-11-12 11:05:49 -0800 (Fri, 12 Nov 2010)
    Log Message:
    SDK 3.5.0.18472 checkin
    branch: 4.x-lcds-hf
    Checkins: passed
    Modified Paths:
        blazeds/branches/4.0.0_fixes/resources/flex_sdk/flex_sdk_3.zip

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • [svn:fx-4.0.0] 13729: Updating the EULA files in the SDK zip.

    Revision: 13729
    Revision: 13729
    Author:   [email protected]
    Date:     2010-01-22 17:23:33 -0800 (Fri, 22 Jan 2010)
    Log Message:
    Updating the EULA files in the SDK zip.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-24585
    Reviewed By:
    Tests run:
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24585
    Modified Paths:
        flex/sdk/branches/4.0.0/build.xml
        flex/sdk/branches/4.0.0/collateral/en_US/license-adobesdk.htm
    Added Paths:
        flex/sdk/branches/4.0.0/collateral/fr_FR/license-adobesdk-fr.htm
    Removed Paths:
        flex/sdk/branches/4.0.0/collateral/fr_FR/Adobe_Flex_Software_Development_Kit-fr_FR-200908 07_1505.doc
        flex/sdk/branches/4.0.0/collateral/fr_FR/license_Adobe_Flex_Software_Development_Kit-fr_F R-20090807_1505.html

  • [svn:bz-4.0.0_fixes] 19745: Comment out sdk. version dependent main target to fix build.

    Revision: 19745
    Revision: 19745
    Author:   [email protected]
    Date:     2011-01-13 12:12:29 -0800 (Thu, 13 Jan 2011)
    Log Message:
    Comment out sdk.version dependent main target to fix build. Using main that omits ds-console build.
    Modified Paths:
        blazeds/branches/4.0.0_fixes/build.xml

    Before compiling the architecture must be adjusted in the FFdecsa/Makefile (defaults to athlon-xp).
    The readme file in the src directory provides more details.

  • [svn:fx-4.0.0] 13714: updating the AIR kits with versions that have the fx4 swc recompiled using SDK 13653

    Revision: 13714
    Revision: 13714
    Author:   [email protected]
    Date:     2010-01-22 08:12:15 -0800 (Fri, 22 Jan 2010)
    Log Message:
    updating the AIR kits with versions that have the fx4 swc recompiled using SDK 13653
    Modified Paths:
        flex/sdk/branches/4.0.0/in/air/mac/AIR Integration Kit.tbz2
        flex/sdk/branches/4.0.0/in/air/win/AIR Integration Kit.zip

    Thanks dude, you saved my ***!
    This is my platformOptions.xml file now:
    <platform xmlns="http://ns.adobe.com/air/extension/3.5">
        <sdkVersion>6.0</sdkVersion>
        <linkerOptions>
            <!-- to link with the libicucore.dylib -->
            <option>-licucore</option>
            <option>-framework GameKit</option>
            <option>-framework CoreData</option>
            <option>-framework StoreKit</option>
            <option>-framework iAd</option>
            <option>-framework MessageUI</option>
         </linkerOptions>
    </platform>
    And it works!
    I looked into including the 2 .a files
        <packagedDependencies>
            <packagedDependency>libWebp.a</packagedDependency>
            <packagedDependency>libFlurryAnalytics.a</packagedDependency>
        </packagedDependencies>
    I put the 2 files into my ane build folder and into my adt command line, but when I try to build the app I get an duplicate symbol error... so i took them out.
    \o/

  • Question About Updating SDK

    According to the releae notes, updating the SDK in Flash Builder 4.7 has changed or something. In the past we overlayed the AIR SDK over the Flex SDK. If I follow the instructions in the release notes does it mean I would no longer have to overlay the Flex SDK with it? That would be nice.
    http://labsdownload.adobe.com/pub/labs/flashruntimes/shared/air3-6_flashplayer11-6_release notes.pdf
    thx

    Yes you dont have to overlay the Flex SDK with AIR SDK in FB 4.7. Detailed steps for overlaying AIR SDK in FB 4.7 can be found at http://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder.html

  • [svn:fx-4.0.0] 13638: update to ensure fat-swcs contain a proper packages. dita file.

    Revision: 13638
    Revision: 13638
    Author:   [email protected]
    Date:     2010-01-19 14:51:32 -0800 (Tue, 19 Jan 2010)
    Log Message:
    update to ensure fat-swcs contain a proper packages.dita file. 
    -removed all packages.dita files from all langs where it was checked in
    -at the end of asdoc task we now copy the packages.dita out to the en_US project dir being built.  This is where the fat-swc task will pick up this file and place it in the docs directory of the _rb.swc
    -had to change the order of the build process slightly - old order: ant clean main other.locales doc - new order: ant clean main doc other.locales
    - I removed other.locales from main in the root/build.xml and made it it's own task and also removed the property locales.  so to build other.locales, the doc target needs to run first (will add a depends at some point).
    -in the internal build.xml I have changed to use the new order
    QE notes: make sure FB code hinting still works
    Doc notes:
    Bugs:
    Reviewer:
    Tests run: limitied package testing
    Is noteworthy for integration:
    Modified Paths:
        flex/sdk/branches/4.0.0/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/airframework/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/airspark/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/automation/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/framework/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/playerglobal/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/spark/build.xml
    Removed Paths:
        flex/sdk/branches/4.0.0/frameworks/projects/airframework/bundles/de_DE/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/airframework/bundles/fr_FR/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/airframework/bundles/ja_JP/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/airframework/bundles/ru_RU/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/airframework/bundles/zh_CN/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/airspark/bundles/de_DE/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/airspark/bundles/fr_FR/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/airspark/bundles/ja_JP/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/airspark/bundles/ru_RU/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/airspark/bundles/zh_CN/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/framework/bundles/de_DE/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/framework/bundles/fr_FR/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/framework/bundles/ja_JP/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/framework/bundles/ru_RU/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/framework/bundles/zh_CN/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/bundles/de_DE/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/bundles/fr_FR/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/bundles/ja_JP/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/bundles/ru_RU/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/bundles/zh_CN/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/spark/bundles/de_DE/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/spark/bundles/fr_FR/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/spark/bundles/ja_JP/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/spark/bundles/ru_RU/docs/packages.dita
        flex/sdk/branches/4.0.0/frameworks/projects/spark/bundles/zh_CN/docs/packages.dita

    Also, I tried running another script from a different forum and it errased the whole drive.  There are no partitions.  Does this matter if I'm running this script: mkdir /mnt/usb                                              (Creates mount directory)mount -t vfat /dev/sdb1 /mnt/usb                (Mounts the thumbdrive with your 2 files)cd /mnt/usb                                                    (Enters USB directory)mdadm -S /dev/md0                                     (Stops SystemRescueCD soft-raid - REQUIRED for script to run)./debrick.sh rootfs.img /dev/sda destroy  (Script will rewrite the partition table of disk and DESTROY all data and debrick the drive) If it won't work, how do I rebuild the partitions and what are they?

Maybe you are looking for

  • Delivery Notes picking tolerance issue

    Dear Guru, we have the sales order , item 10, qty = 10 pcs, DN qty = 10 pcs but when W/H to do the picking , only found the 9 pcs,  so we requirement : can the picking qty automatic overwrite  to the delivery notes qty, and the sales order can automa

  • SB Audigy 2 Value Specificati

    Hello, all, I tried to get my SoundBlaster Audigy 2 Value to work under Linux, yesterday. However, it would not work at all, and the device wasn't being recognized at all. After a bit of investigation, I determined that this particular Audigy 2 ident

  • Report Painter Column Order

    Is it possible to rearrange columns in a report painter report? Please let me know how it can be achieved. Edited by: Dhimbak on Dec 2, 2009 3:44 PM Edited by: Dhimbak on Dec 2, 2009 3:45 PM

  • Anyone knows when the  ios 6 is going to be released?

    ?

  • Track Doesn't Open in AA

    I have a song that simply doesn't open up in AA. I've converted it in different formats in an attempt to see if it would accept one of the formats, including wav, mp3, aif and au.  But in all cases the song just doesn't open. I also tried making a co