[svn:fx-trunk] 10055: localized classpath fix for mxmlc.jar,compc. jar and asdoc.jar - add mxmlc_ lang .jar to the path.

Revision: 10055
Author:   [email protected]
Date:     2009-09-08 09:41:10 -0700 (Tue, 08 Sep 2009)
Log Message:
localized classpath fix for mxmlc.jar,compc.jar and asdoc.jar - add mxmlc_.jar to the path.  Without these localized errors and warnings aren't generated.
QE notes: ensure the errors and warnings are generated properly
Doc notes: no
Bugs: sdk-22806
Reviewer:
Tests run: checkintests:pass
Is noteworthy for integration: no
Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-22806
Modified Paths:
    flex/sdk/trunk/modules/compiler/build.xml

So do you know how I can get JavaStudio to add
library classes and JAR''s into the packaged dist
file?I was wrong in my previous post. Sorry.
It's impossible to specify additional classpath with '-jar' option.
http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/java.html#options
�-jar
When you use this option, the JAR file is the source of all user classes, and other user class path settings are ignored. �
So the only solution is to add libs into jar file and declare them in manifest.
One possible way of how to do it in JSE8 is:
1. Put all necessary lib jars to some place under src folder.
2. Add those jars into Compile-time libraries list (Project properties -> Libraries) for correct compilation
3. Switch to 'Files' JSE8 tab, open manifest.mf file (it's in projects root) and add your lib jars to it.
Syntax is:
Class-Path: relative URLs
That's it.

Similar Messages

  • [svn:fx-trunk] 11158: Temporarily revert fix for SDK-23052 (rev 11145).

    Revision: 11158
    Author:   [email protected]
    Date:     2009-10-26 12:04:20 -0700 (Mon, 26 Oct 2009)
    Log Message:
    Temporarily revert fix for SDK-23052 (rev 11145).  I think it is the correct fix but it is causing scrolling issues because of some code added to try to get around other scrolling issues.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer: Peter
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23052
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.as

  • My company uses Creative Cloud subscription (Photoshop CC 2014) for one of its photographers and wishes to add another user/install with the same IT account, how can we sign up another user?

    Essentially can we add another user to the existing account and add the new payment for the yearly subscription, I seem to have seen somewhere on your account site(cant remember its not very intuitive) that 2-3 systems can log in with the same credentials.
    How can we set this up without enrolling with yet another email ID, etc.?
    Thanks!

    You can cancel the individual CC & opt for CC for team in which number of seats can be purchased.
    What’s the Difference Between Adobe CC for Teams vs. Individuals? | ProDesignTools
    Creative cloud team vs individual membership
    http://helpx.adobe.com/in/creative-cloud/creative-cloud-teams.html
    Regards
    Rajshree

  • [svn:fx-trunk] 12078: Fix for change events in Slider and ScrollBar.

    Revision: 12078
    Revision: 12078
    Author:   [email protected]
    Date:     2009-11-21 00:14:46 -0800 (Sat, 21 Nov 2009)
    Log Message:
    Fix for change events in Slider and ScrollBar. They now dispatch change events as before, whenever the user alters the value. In addition, changeStart and changeEnd events will be dispatched at the start and end of a user interaction or animation.
    TrackBase.as - Added metadata for changeStart/End events. Dispatch change, changeStart/End events when appropriate.
    Slider.as - Dispatch change, changeStart/End events when appropriate.
    ScrollBar.as - Dispatch the appropriate events. Note that changeStart/End will not dispatch when shift-clicking on a non-animating ScrollBar. Renamed animatingSinglePage to animatingOnce to better reflect its function. Refactored some method calls to the new private stopAnimation(), which is more consistent with Slider. Refactored the button handlers to make stepping more readable. Added a setValue call in animationEndHandler where we were ending up off the snapInterval when shift-clicking.
    Updated FlexEvent, ScrollBarTestScript and VideoPlayer to handle the new events.
    QE notes: Update Slider and ScrollBar tests
    Doc notes: No
    Bugs: SDK-24264
    Reviewer: Ryan
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24264
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexEvent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ScrollBar.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Slider.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TrackBase.as
        flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/ScrollBarTestScript.mxml

  • [svn:fx-trunk] 12673: Integrating latest FXGUtils now that TLF 566 is in trunk ( which includes a fix for TLF 2497992).

    Revision: 12673
    Revision: 12673
    Author:   [email protected]
    Date:     2009-12-08 14:41:28 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Integrating latest FXGUtils now that TLF 566 is in trunk (which includes a fix for TLF 2497992).
    Changelist: 646928
    Implementation-Title: FXG Compiler
    Implementation-Version: 1.414471
    BuildDate: 2009/12/04:03:06:24
    Notes:
    Made bitmap clipping implementation more efficient.
    Bug(s) Fixed:
    - #2491501 (Inconsistent word spacing results between MXMLC static and runtime compilation)
    - #2492932 (MXMLC gets null pointer exception on this FXG)
    - #2489341(FXG with a large BitmapImage results in a malformed SWF)
        - Added code to break down straight edges whose dx or dy exceeds 65535 twips into smaller segments.
    - #2495874 (many objects are missing in Opacity.fxg renders via MXMLC static compiler)
        - FXGUtils now ignores gradient entries of more than 15 gradient entries.
        - It logs warnings for such violations and continues processing.
    QE notes: Yes, please remove whiteSpaceCollapse="preserve" from static FXG mustella test cases or please regenerate bitmaps.
    Doc notes: N/A
    Localization: No, there are just resource strings removed in this changelist, no new strings.
    Bugs: N/A
    Reviewer: Sujata
    Tests run: Checkintests, mustella spark/core/fxg (25 failures all relating to tests that have whiteSpaceCollapse="preserve" but the reference bitmap do not expect this behavior and should be regenerated or tests modified).
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/AbstractFXGNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/ContentPropertyNode.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/LinearGradientF illNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/RadialGradientF illNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/GradientBevel FilterNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/GradientGlowF ilterNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/LinearGradien tStrokeNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/RadialGradien tStrokeNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXScanner.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ShapeHelper.java
    Added Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/PreserveWhiteSpaceNod e.java

  • [svn:bz-trunk] 8453: Update qa-frameworks. zip on blazeds trunk to pick up fix for QETOOLS-39.

    Revision: 8453
    Author:   [email protected]
    Date:     2009-07-08 08:50:29 -0700 (Wed, 08 Jul 2009)
    Log Message:
    Update qa-frameworks.zip on blazeds trunk to pick up fix for QETOOLS-39.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/QETOOLS-39
    Modified Paths:
        blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

  • [svn] 2703: Fixes for bad links in seeTag and inheritance link.

    Revision: 2703
    Author: [email protected]
    Date: 2008-08-01 08:45:08 -0700 (Fri, 01 Aug 2008)
    Log Message:
    Fixes for bad links in seeTag and inheritance link.
    @seeTag was causing duplicate entries for package name in the array - which was causing a bad link..
    Bugs: SDK-9440, SDK-14265, SDK-12745
    QA: Yes
    Reviewed by: Paul
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-9440
    http://bugs.adobe.com/jira/browse/SDK-14265
    http://bugs.adobe.com/jira/browse/SDK-12745
    Modified Paths:
    flex/sdk/trunk/modules/compiler/asdoc/asDocHelper.as

    Revision: 2703
    Author: [email protected]
    Date: 2008-08-01 08:45:08 -0700 (Fri, 01 Aug 2008)
    Log Message:
    Fixes for bad links in seeTag and inheritance link.
    @seeTag was causing duplicate entries for package name in the array - which was causing a bad link..
    Bugs: SDK-9440, SDK-14265, SDK-12745
    QA: Yes
    Reviewed by: Paul
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-9440
    http://bugs.adobe.com/jira/browse/SDK-14265
    http://bugs.adobe.com/jira/browse/SDK-12745
    Modified Paths:
    flex/sdk/trunk/modules/compiler/asdoc/asDocHelper.as

  • I have bought a new airport express and using it with my macbook (iTunes 10.2.2). I have joined an existing network for internet in my home and with that i am trying to play the music via itunes but there is audio dropouts every 60 secs or so. any soln ?

    I have bought a new airport express and using it with my macbook (iTunes 10.2.2). I have joined an existing wireless network for internet in my home and with that i am trying to play the music via itunes but there is audio dropouts every 60 secs or so. I am using a set of speakers from kenwood connected to the airport express. The operating system on my macbook is mac os X 10.5.8. i am sure it is not a problem of streaming music online because i have even tried playing music which are stored in my macbook.
    Is there any problem with the setting in itunes or quicktime ? Kindly reply...... I am waiting for your valuable suggestion.
    Thank you a lot in advance.

    I am shocked to have found this same AX audio dropout problem starting TODAY, every few seconds the audio just drops for a couple seconds and then resumes:  Latest software versions of everything.  No iPad, iPhone or Touch.  Internet hardwired to D-Link DES1105 (1000baseT Switch) hardwired to new 80211N AX, AX optical to stereo, AX Wi-Fi internet to basic 1st-gen MacBook operating at 80211G, and an older 'G' AX extender at the far end of the house, away from all this.  The MacBook streaming iTunes is usually 12 feet from AX.  I've used this setup for years of trouble-free AirTunes / Airplay until today.  Today I also found 2 very reliable fixes and 1 way to force a dropout, but first, I read some posts and tried ALL following settings one-at-a-time and restored them ALL because NONE of them helped:  Turned off IPV6.  Streamed to multiple speakers 'Computer' and 'AX' (restored to just AX).  Turned off 'Ask to Join new (WiFi) Networks'.  Turned off Bluetooth (can't live without Magic Trackpad, so glad that wasn't it).  Here's my discoveries:  Lo and behold, each time I click the Airport icon in the Menu (you know it shows you've got 4 bars from AX) when the status switches to 'Looking for Networks' for a second it CAUSES the AX audio to drop out for a couple seconds (it never did that before today.)  iTunes still playing, streaming, AX laser still lit, but the 'PCM' light on stereo and the sound GOES OUT EVERY time I click the Airport icon in the menubar, just like the regular, annoying dropouts.  So, to reduce traffic I quit Safari (3 tabs, no streaming, just Gmail, Google, and Netflix browsing).  Lo and behold, the dropouts stopped altogether.  No other Web apps going (not iTunes Store, Genius, Ping, nothing), so I launched Chrome to the same 3 tabs and the dropouts HAVE NOT RETURNED.  That's right, not only did simply QUITTING SAFARI cure it, and Chrome doesn't contribute to it, but I can demonstrate it just by forcing my Airport to re-scan.  Works for me, written using Chrome.  The other reliable fix is to hardwire MacBook to the Switch.  This is obviously not ideal, but Airplay audio doesn't drop out over Ethernet.  Also, in all my tests, it made no difference whether iTunes did the streaming, or Airfoil did.

  • After upgrade to mavericks: time machine keeps asking for my back up disk and won't open unless i plug in the disk. any solutions?

    after upgrade to mavericks: time machine keeps asking for my back up disk and won't open unless i plug in the disk. any solutions?
    before the upgrade, i could open time machine without the need for having the back up disk plugged in.

    Ok. I got it to work, sort of....
    As I mentioned before I tried the "disk password" and the "Time capsule Password" options to see if I can start the back up again or start a new backup. Neither worked. So I tried the firmware down grade, but like you said that did not work. I then decided to try the "Account password" option and I have never used this option before becasue it states that if there is data on the drive it would not be acessable after creating an account. Since I wiped out the disk that was nno problem. When I created the new account and choose the drive it asked for the user name and password. I entered the info for the new account I just created(FYI this has nothing to do with your login username and password), bingo! It worked!
    Now I have two partitions on the TC disk. The old one and now the new account. I am guessing this is to be used if I have multiple computers, which I don't.
    I any case, I am going to wipe out everything again and try again to do a backup the way I had it before.

  • Hi, i bought an iphone 5 through ebay, when i am trying to activate, its asking for a icloud user name and password, but i am unable to contact the owner, but its not black listed. is there any solution? please help me.

    hi, i bought an iphone 5 through ebay, when i am trying to activate, its asking for a icloud user name and password, but i am unable to contact the owner, but its not black listed. is there any solution? please help me.

    Hello there, Ark.
    It sounds like the iPhone has Activation Lock still activated. The following Knowledge Base article provides the methods available for removing the previous owner's account:
    Find My iPhone Activation Lock: Removing a device from a previous owner’s account
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Whenever i try to manually sync my iPhone with a new playlist on iTunes (on my laptop), it always gets stuck in step 7, Waiting for changes to be applied, and then nothing happens. I'm running the latest operating systems on both my iPhone 5 and macbook

    Whenever i try to manually sync my iPhone with a new playlist on iTunes (on my laptop), it always gets stuck in step 7, Waiting for changes to be applied, and then nothing happens. I'm running the latest operating systems on both my iPhone 5 and macbook

    I really don't appreciate the fact that no one from Apple seems to be dealing with the many, many threads that have started on this topic since iOS 7 came out. In any event, I seem to have solved my problem with a full software restoration -- that is, iOS software restoration.
    I clicked on "Restore iPhone..." which does a complete reinstall of the iOS but also all apps, photos, songs, etc. Took about 45 minutes, but seems to have worked.
    I had previously tried reverting to a backup of my iPhone, but that did not solve the problem. Only a full restore solved it.

  • [svn:fx-trunk] 11641: A simple fix - we need to keep track of the display list index for non-clipping masks such as luminosity masks , not just alpha masks.

    Revision: 11641
    Author:   [email protected]
    Date:     2009-11-10 18:29:57 -0800 (Tue, 10 Nov 2009)
    Log Message:
    A simple fix - we need to keep track of the display list index for non-clipping masks such as luminosity masks, not just alpha masks.
    QE notes: Please include tests for multiple graphic content nodes with masks under a .
    Doc notes: N/A
    Bugs:
    SDK-24133 - Multiple non-Group maskees don't work when using maskType="luminosity"
    Reviewer: Deepa
    Tests run: Checkintests, Bug test case
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24133
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java

    Revision: 11641
    Author:   [email protected]
    Date:     2009-11-10 18:29:57 -0800 (Tue, 10 Nov 2009)
    Log Message:
    A simple fix - we need to keep track of the display list index for non-clipping masks such as luminosity masks, not just alpha masks.
    QE notes: Please include tests for multiple graphic content nodes with masks under a .
    Doc notes: N/A
    Bugs:
    SDK-24133 - Multiple non-Group maskees don't work when using maskType="luminosity"
    Reviewer: Deepa
    Tests run: Checkintests, Bug test case
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24133
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java

  • [svn:fx-trunk] 11593: Advanced CSS fix - descendant selectors should search for arbitrary ancestors including when the universal selector is used .

    Revision: 11593
    Author:   [email protected]
    Date:     2009-11-09 15:20:36 -0800 (Mon, 09 Nov 2009)
    Log Message:
    Advanced CSS fix - descendant selectors should search for arbitrary ancestors including when the universal selector is used.
    QE notes: Please add test cases for arbitrary ancestor depth that involve using the universal * selector. Thanks for the additional testing on this patch too!
    Doc notes: N/A
    Bugs:
    SDK-23213 - descendent selectors can't catch components more than one level down
    Reviewer: Corey
    Tests run: Checkintests, test case
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23213
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSSelector.as

    Welcome guy -
    Unless you are using Spry menus as a learning experience, you should move forward to a menus system that will display properly on the millions of portable devices that won't work with Spry which was deprecated 2 years ago.
    Many are using JQuery menus or pure HTML/CSS menus.
    If you wish to continue your Spry for learning experience, we'll be glad to assist; please let us know.
    By the way, your submenus are not showing because you need to add the red value to this rule in your vertical CSS
    ul.MenuBarVertical ul.MenuBarSubmenuVisible{
        width: 220px;
        left: 180px;

  • [svn:fx-trunk] 13517: Added qtp_air_rb.swc for other locales

    Revision: 13517
    Revision: 13517
    Author:   [email protected]
    Date:     2010-01-14 20:52:56 -0800 (Thu, 14 Jan 2010)
    Log Message:
    Added qtp_air_rb.swc for other locales
    Modified Paths:
        flex/sdk/trunk/frameworks/locale/en_US/qtp_air_rb.swc
    Added Paths:
        flex/sdk/trunk/frameworks/locale/da_DK/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/de_DE/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/es_ES/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/fi_FI/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/fr_FR/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/it_IT/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/ja_JP/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/ko_KR/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/nb_NO/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/nl_NL/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/pt_BR/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/ru_RU/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/sv_SE/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/zh_CN/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/locale/zh_tw/qtp_air_rb.swc

    Thats good news.

  • [svn:fx-trunk] 9118: DropDropList bug fix

    Revision: 9118
    Author:   [email protected]
    Date:     2009-08-05 14:16:58 -0700 (Wed, 05 Aug 2009)
    Log Message:
    DropDropList bug fix
    http://bugs.adobe.com/jira/browse/SDK-22535 - Rolling over a programmatically opened Spark DropDownList causes the DropDownList to close itself
    In ButtonBase, when the keepDown property was set to true while the mouse was not over the button, a subsequent rollover caused the ButtonDown event to be dispatched. The fix is to change keepDown from a property to a function and introduce a second parameter that stops the Button from dispatching the ButtonDown in this situation.
    DropDownController needs to call keepDown in two different ways depending upon whether the component was opened via mouse interaction on the button or via keyboard interaction / programmatically. I didn?\226?\128?\153t want to add a new parameter to the public API, so I refactored the function and change the way it is called internally.
    QE notes: Add test case
    Doc notes: None
    Bugs: SDK-22535
    Reviewer: Ryan
    Tests run: DropDownList, Button
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22535
        http://bugs.adobe.com/jira/browse/SDK-22535
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ButtonBase.a s
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/DropDownCont roller.as

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

Maybe you are looking for

  • Can I move my itunes media folder to an external hard drive without having Itunes managing the media folder

    Hi all....I have spent weeks tidying up my music collection. I moved it all to Itunes media folder. Since I don't like how Itunes manages this folder I manually organised it myself so that albums where together etc. I am wondering if there is a fool

  • Mac Pro Upgradable from one core to two cores?

    If I were to buy a Mac Pro with One 3.33GHz 6-Core Intel Xeon "Westmere" would I be able to get a second One 3.33GHz 6-Core Intel Xeon "Westmere" and put it in later?

  • How to fix the limit of the date entering in a parameters

    How to fix the limit of the date entering in a parameters, I.e i want to make parameters doesnot exceed 31.12.9999 in date and another parameter which is used to add no of days to this so it should not allow to add the no of days to given date as 31.

  • Local Help Folder

    Hello I downloaded the help files using the help app. Some of the help files are downloaded as pdf in common files directory. However I couldn't find the help pdf for FLASH and PHOTOSHOP. Are they located in different directories? How do I locate the

  • Converting MovieClip to Sprite issue

    I was reading that you can optimize your Flash project by using Sprites instead of MovieClips if you don't need the timeline. So I right clicked on one of my MovieClips in the library and changed the Base Class from flash.display.MovieClip to flash.d