Flex Build Path : How to really customize output folder ?

Hi all,
I am using this kind of project structure :
D:\project\src\ : the flex project sources
D:\project\src\classes\ : the mxml / AS classes
D:\project\bin\ : the swf output
My main application is in this path :
D:\project\src\classes\projectPackage\Main.mxml.
I configured my Flex Build Path (in the flex project
properties) this way :
- Main source folder :
classes
- Output folder :
D:\project\bin
Unfortunately, the output files are created in these paths :
D:\project\bin\projectPackage\Main.swf
D:\project\bin\projectPackage\Main-debug.swf
D:\project\bin\projectPackage\Main-profile.swf
Whereas I wanted :
D:\project\bin\Main.swf
D:\project\bin\Main-debug.swf
D:\project\bin\Main-profile.swf
Would you know if it is possible to configure the real output
folder somewhere ?
Thank you all
Cheers
Philippe

Hi levancho,
Thanks for your answer.
You probably meant to use
src\classes\projectPackage as the Main source folder.
This is working this way. However, there are some little
problems :
I have this warning : "
Source path entry, '
D:\project\src\classes', is a subdirectory of source path
entry, '
D:\project\src\classes\projectPackage'." which is
strange because it is the second path which is a subdirectory of
the first.
There are conflicts when the compiler
tries to resolve the classes within the
src\classes\projectPackage directory. For instance, for a
class clalled Application located in
src\classes\projectPackage\Application.as, it doesn't know
how to make a difference between Application and
projectPackage.Application.
Solution : move classes from
projectPackage to some sub packages.
Anyway, if it may not be the perfect solution, it just works,
so thank you very much :)
Regards,
Philippe

Similar Messages

  • Flash Builder 4.7 becomes unresponsive when trying to add 5-6 source folder under Flex build Path

    Hi,
    I am facing issue with Flash Builder 4.7.
    Whenever I am trying to open any mxml or .as file after project setup, flash Builder 4.7 becomes unresponsive without showing any error message or popup.
    At the initial project setup, I am able to open file but when I try adding 5-6 source folder under Flex build path->source path, it’s become unresponsive.
    Everything works fine in Flash builder 4.6, but I have license key only for flash builder 4.7 and want to use Flash Builder 4.7.
    Please help me to solve this issue.

    Fixed: In Project prefs: Flex Build path: added the similar swc folder called "local" from FB 4.6 eclipse/plugins directory and removed the 4.7 one.
    For some reason the 4.7  eclipse/plugins/com.adobe.flexbuilder.project_4.7.0.345990/dcradS wcs/4.5/locale folder has localisation folders in it and not swc's like in FB 4.6..

  • Flex Build Path: fiber.swc, playerfds.swc & dcradSwcs automatically added after I removed them

    Hi,
    I'm working on an application which uses old Flex 3.4 (used for Adobe LiveCycle). This SDK already contains fiber.swc and playerfds.swc so I removed them from Flex Build Path. But if I reopen the project, the removed lines are there again.
    So whats wrong? Bug? This is a serious issue for me since some classes from newer fiber.swc is not backwards compatible to version 3.4.
    I'm using Flash Builder Premium 4.7. It would be great if I could solve that because I have to remove these paths everytime I open the project.
    cu Floh

    Few things I've discovered that might be able to help you.
    Make sure you download both the newest version of the playerglobal.swc (for flash player 10.1), and replace it either in your SDK files, or have it in a library (in Flex 3 you need to disable the older playerglobal, I'm not sure about FB 4)
    Use the newest OSMF.swc available from the OSMF downloads page.
    Make sure you have the compile settings for OSMF set up in your compile line (mangle for FB4 if needed):-define CONFIG::LOGGING false -define CONFIG::DEBUG false -define CONFIG::FLASH_10_1 true
    I've been able to compile flex projects using OSMF doing these steps.
    Hope this helps.
    -Will

  • How can I customize the folder - Background (i.e. transparent) of my 5s WITHOUT a jailbreak ?

    How can I customize the folder - Background (i.e. transparent) of my 5s WITHOUT a jailbreak ?

    You can't do any more than what is permitted in Settings regarding the backgrounds. If you would actually JB your phone for something so trivial, risking virus and worm attacks, violating your license agreement, voiding your warranty, risking bricking your phone or making it unstable and excluding any paid repair service from Apple I question your judgement.

  • How can we Customize  output of "PO Output for Communication" Program?

    How can We Customize Format of the output of "PO Output for Communication" Program.
    Executable is "POXPOPDF" Execution File name is "PoGenerateDocumentCP" which is a java program.
    "PO Output for Communication Program" is used to generate DRAFT PO details in pdf Format to go with Workflow Notification for PO Approval.
    Regards,
    Muhammad Usman

    Infact we need to Change Format/data of the pdf file wich comes with Workflow Notification PO "Response Required for PO Approval".
    I the pdf file attached is generated by "PO Output for Communication" Concurrent Program.
    Executable is "POXPOPDF" Execution File name is "PoGenerateDocumentCP" which is a java program.
    This prgram uses the following files to generate pdf output of draft PO output.
    DATA FILE:
    PO_STANDARD_PO.xml
    PO_STANDARD_PO.xsd
    TEMPLATE:
    PO_STANDARD_XSLFO.xsl
    I need to know any visual layout editor available to change contents/layout/data of this pdf.
    Regards,
    Usman
    Edited by: user10518960 on 01-Feb-2013 07:18

  • Flex build path

    Whenever I try to change the build path, FB3 remembers it for
    the current session, builds and runs fine, then forgets the
    settings when the program is saved giving no indication that it has
    not been stored.
    It is totally infuriating. Has anyone any ideas how to get
    round this.

    Hi levancho,
    Thanks for your answer.
    You probably meant to use
    src\classes\projectPackage as the Main source folder.
    This is working this way. However, there are some little
    problems :
    I have this warning : "
    Source path entry, '
    D:\project\src\classes', is a subdirectory of source path
    entry, '
    D:\project\src\classes\projectPackage'." which is
    strange because it is the second path which is a subdirectory of
    the first.
    There are conflicts when the compiler
    tries to resolve the classes within the
    src\classes\projectPackage directory. For instance, for a
    class clalled Application located in
    src\classes\projectPackage\Application.as, it doesn't know
    how to make a difference between Application and
    projectPackage.Application.
    Solution : move classes from
    projectPackage to some sub packages.
    Anyway, if it may not be the perfect solution, it just works,
    so thank you very much :)
    Regards,
    Philippe

  • Ghost entities in Flex Builder 4 - how to get rid of them?

    Flex Builder 4 is unable to create a release build unless I include a "dummy" file named after the original project name.  I created a new project with a "root" application of the same name (project - Projectx and there is a ProjectX.mxml application to go with it), but it won't build unless I also include a ProjectY.mxml file which was the original name of the project before export and import.  This is not a serious problem, but I'd like to get rid of the ProjectY.mxml since it has no function (excetp to make the project build successfully, which I suppose is a function of sorts).
    Thanks,
    Doug

    Did you right click the new main project file and select "Set as Default Application"?
    If this post answers your question or helps, please mark it as such. Thanks!
    http://www.stardustsystems.com
    Adobe Flex Development and Support Services

  • How to set "Output folder" and "Outputfolder URL" in Flasbuilder 4b1 for combined Java/Flex project with WTP?

    Hi,
    how can I set the "Output folder" and "Output folder URL" in Flasbuilder 4b1?
    In Flexbuilder 3 I can do this under Project Properties/"Flex Build Path" 
    Under "Flex Build Path" in F4b1 I can see the settings, but they are not editable.
    A message says "The output folder settings for server projects are on the Flex Server Property Page" but under "Flex Server" there is nothing (yet) I can change/set?!
    Is there a workaround?
    Thanks for any pointers!
    Martin Zach

    Yes I'm using Flash Builder b1, build 235740. But your settings panel looks different to mine (see attached).
    Just a thought. When you created the Flex project, did you choose a server technology at that point already? I just remember from Flex Builder 3 that if you didn't choose a server technology when you created the Flex project then it was a pain in the ** to add it later. It involved editing the .flexProperties file manually if I remember correctly.

  • Source path Flex config files not updated in generated output

    I have a project, built using Flash Builder 4.0 on Mac OS X 10.6.
    One of my source directories is src/main/webapp which contains a WEB-INF directory with this structure:
    webapp
              - WEB-INF (applicationContext.xml etc)
                        - - classes
                        - - flex (services-config.xml, remoting-config.xml, proxy-config.xml, messaging-config.xml)
                        - - lib
    In properties, under Flex Build Path I have set src/main/webapp as an additional source folder.
    When the project compiles, all the artifacts are created, and all of the above, including *.xml files under
    WEB-INF are copied to the output folder, except for the WEB-INF flex directory which has the four xml
    configuration files.
    The same happens when I create a bin-release folder using the Project/Export Release Build menu.
    Any ideas why just the WEB-INF/flex directory is not being copied to bin-debug or bin-release?
    Thanks.

    I don't know a whole lot about beehive pageflow and I haven't done this myself, but I do believe you have run apt to have it generate the various other files pageflow and controls needs. I found some information in the pageflow docs:
    http://beehive.apache.org/docs/1.0.2/netui/projects.html#building
    http://beehive.apache.org/docs/1.0.2/infra/beehive-ant-macros.html
    Greg

  • How to edit xml files in flex builder 3

    Hello Forum
    I'm new to flex, trying to learn my way around it.  I usually use Flash to write my actionscript, but the eclipse interface seems intruiging...
    First question:  I am setting up a config.xml file where the main variables are set for the application.  For some reason Flex Builder 3 doesn't really let me edit or even create xml files?  What is the reason for that?  Do I need to install something additional? What am I missing?
    This is a pure actionscript application by the way...
    Any advice is much appreciated.
    Thank you
    sk

    Hi Stephan,
    never the less the way to install plugin.
    Help - Software updates - Find and install...
    "Search new features and install" Next
    "Europa Discovery Site" Finish
    Choose any nearest mirror for your location.
    Find "Web and JEE Development" folder.
    There are "Eclipce XML Editors and Tools" and
    "Web Standard Tools (WST) Project" check them to install. This plugins requier some other plugins, so it's easer to click "Select required" button on left side  to check them all automaticaly.
    After that standart installing procedure: Licence agreement, downloading and so on.
    Hope this helpful.

  • Output folder in Flash Builder 4.6 refuses to be anything but relative

    I just updated from Flash Builder 4.5 to 4.6. Things seemed to be going ok in terms of importing all my projects etc. (why can't there be a simple upgrade process rather than a complete uninstall/reinstall process?)
    But then I got to setting the Output Folder within the Flex Build Path section of the properties of my project.
    Now, as our dev environments we run glassfish servers locally on our testing machines and build our apps directly into them so our testing process is very quick. This was working fine in Flash Builder 4.5, I point my app's output folder to a location of the form:
    C:\Users\myUserName\glassfish3\glassfish\domains\domain1\eclipseApps\appname
    And that works fine, set by pasting in from an explorer window or Browsing there via the Browse button next to the field.
    Now when I try to do this within Flash Builder 4.6 I get nothing at all appearing if I use the browse button. No error, nothing saying it failed, just an empty field. If I try to paste in anything I get an error from Flash Builder saying '"Paste" did not complete normally."
    If I try to just type in the path it fails, it strips the leading C:\ and turns it into a relative path, which is completely useless.
    This is getting really annoying!
    Log file output after I tries to browse to the folder:
    !ENTRY org.eclipse.ui 4 0 2012-02-07 14:54:00.474
    !MESSAGE Unhandled event loop exception
    !STACK 0
    java.lang.NullPointerException
        at com.adobe.flashbuilder.launching.multiplatform.contributor.MultiPlatformDebugUtilLocalePa thVariable.resolvePath(MultiPlatformDebugUtilLocalePathVariable.java:68)
        at com.adobe.flexbuilder.project.PathVariableResolver.wrapPath(PathVariableResolver.java:198 )
        at com.adobe.flexbuilder.project.PathVariableResolver.makePathVariableRelative(PathVariableR esolver.java:283)
        at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane.makeRelativeOutpu tPath(AbstractBuildPathsPropertiesPane.java:946)
        at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane.makeRelativeOutpu tPath(AbstractBuildPathsPropertiesPane.java:931)
        at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane.browseForOutputFo lder(AbstractBuildPathsPropertiesPane.java:910)
        at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane$12.widgetSelected (AbstractBuildPathsPropertiesPane.java:805)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.adobe.flexbuilder.editors.derived.ui.navigator.FlexPackageExplorerPropertyDialogActio n.run(FlexPackageExplorerPropertyDialogAction.java:41)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    me too
    !ENTRY org.eclipse.jface 4 0 2012-05-18 10:40:39.212
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
              at com.adobe.flashbuilder.launching.multiplatform.contributor.MultiPlatformDebugUtilLocalePa thVariable.resolvePath(MultiPlatformDebugUtilLocalePathVariable.java:68)
              at com.adobe.flexbuilder.project.PathVariableResolver.wrapPath(PathVariableResolver.java:198 )
              at com.adobe.flexbuilder.project.PathVariableResolver.makePathVariableRelative(PathVariableR esolver.java:283)
              at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane.makeRelativeOutpu tPath(AbstractBuildPathsPropertiesPane.java:946)
              at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane.updateOutputFolde r(AbstractBuildPathsPropertiesPane.java:1218)
              at com.adobe.flexbuilder.project.ui.properties.BuildPathsPropertyPage.applyProjectSettings(B uildPathsPropertyPage.java:444)
              at com.adobe.flexbuilder.project.ui.properties.AbstractFlexProjectPropertyPage.performOk(Abs tractFlexProjectPropertyPage.java:117)
              at com.adobe.flexbuilder.project.ui.properties.BuildPathsPropertyPage.performOk(BuildPathsPr opertyPage.java:586)
              at org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:964)
              at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
              at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
              at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
              at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:944)
              at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDial og.java:447)
              at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:233)
              at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
              at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
              at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
              at org.eclipse.jface.window.Window.open(Window.java:801)
              at com.adobe.flexbuilder.editors.derived.ui.navigator.FlexPackageExplorerPropertyDialogActio n.run(FlexPackageExplorerPropertyDialogAction.java:41)
              at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
              at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
              at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
              at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
              at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

  • Design Flex with Fireworks CS4 or Flex Builder?

    I need help in making a process decision on how to build Flex
    Apps going forward.
    In the past, we have built the concept for our Flex app in
    Photoshop and sent it over to our development team in India to
    build. The process has been difficult because our engineers are not
    designers and our designers are not engineers. Invariably we spend
    alot of time bridging the gap between whats possible and what we
    want to see in our Apps.
    I want to bring our Design and Dev much closer together and
    essentially take the GUI out of the hands of my Indian Developers
    who choose to work in raw XML rather than Builder today.
    To accomplish this goal, I will be training my US Design team
    to become either Fireworks Experts or Flex Builder Experts....
    (they are already Photoshop experts) This is where I need your
    help. If you were starting from scratch with a talented design team
    that could learn either tool, which one would you choose to
    accomplish the goal? Does the Fireworks to Flex export create
    crappy code like Dreamweaver thats tough to modify manually? Does a
    "true" Flex developer despise Fireworks-generated code?
    I have read up on the Fireworks>Flash Catalyst>Flex
    Builder Path and dont understand the additional step... is Catalyst
    part of Fireworks and thats how Flex code is developed or is it a
    new code generation engine that does code better than Fireworks
    CS4?
    Thanks in advance.

    Here's my recommendation:
    I would suggest Fireworks for your Design team/ Flexbuilder
    for your dev team.
    Essentially, what Fireworks already has in terms of Flex UI
    components (though a short list) is identical in theme (default
    halo) AND output (mxml code) as you would expect from creating in
    Flexbuilder alone.
    You can then easily extend your designs with custom
    components using the Fw Commands Export Flex Skins and they can be
    imported to your Flex project using the CSS Designer.
    As for Catalyst, this is a separate beast altogether. It's
    merely meant to bridge designs (from design applications Ps, Ill,
    Fw) and create usable components for complete animations.
    A full tutorial/ video overview was just released a few days
    ago here
    http://blog.digitalbackcountry.com/2009/01/getting-started-with-flash-catalyst-tutorial/
    As for how Fw fits into the Catalyst scheme of things,
    designs you create can be exported to the FXG format that Catalyst
    will use, if you want to use Flex and work with this format you
    have to have the latest Flex SDK plugged into FlexBuilder 3 or Flex
    4 will have full support for it.
    Here is an older referebce to this scenerio (reference to
    Thermo = Flash Catalyst and Gumbo = Flex 4)
    http://www.mikechambers.com/blog/2008/08/28/getting-started-with-flex-4-fxg-and-flex-build er-3/
    Hope this helps.
    h

  • Flex Builder debugger breakpoint  folows wrong lines

    this morning i start seing strange things happening with
    flexbuilder, first it seeme that it was entering code that was
    physically impossible; things like entering "if" clause and then
    immediately entering " else " clause, finally i realized debugger
    was showing lines when in reality it was executing lines that were
    about 2-3 lines above what it was showing with breakpoint , I am
    blaming this to flash player 10 debug version, maybe because its
    still new there is bug ?
    I hate to uninstall it and reinstall version 9, maybe there
    is workaround to fix it.?

    yeah I implied that, I did clean, I did manual clean I did
    every possible option, then I uninstalled f player 10 debug and
    reinstalled f player 9 debug, and while doing that discovered
    another little bug in FB3 that could contribute to this issue ,
    case is following :
    I imported a flex project from my old machine where output
    folder was /a/b/c
    in my new PC output folder is /dev/a/b/c
    so I went in project properties and adjusted output folder to
    point to correct directory /dev/a/b/c but what flexbuilder is doing
    is, it does not update all property files that have this path so
    after you build the project, half of the assets go to new directory
    /dev/a/b/c and half goes to old directory, /a/b/c, whats even
    stranger is that if you close flex builder and reopen it, project
    output folder gets reset back to point to old /a/b/c folder,
    anyways I finally fixed it by manually modifying
    .actionScriptproperties and .project files restarted FB cleaned
    output folder,and then rebuild it, but now I am not sure did these
    steps fix the issue or the flashplayer downgrade, or maybe both?
    because I had to do these steps yesterday as well, and then
    it was building correctly whole afternoon into new output folder,
    but today it started it again, finaly I obliterated the existence
    of /a/b/c path completely.

  • Build Path will not save

    I was using a source folder before and was outputting to a
    different folder.
    I recently altered those settings to comply with some project
    regulations, now... the settings in Flex Build Path won't save.
    For example, I was relating to a Flex Library Project, now I
    don't, so I removed it but every time my project reloads, it shows
    the old setting under Flex Build Path.
    The same goes for the Output Folder and Output URL.
    Output Folder resets to bin
    Output URL resets to previews settings
    I've rechecked spellings and other mistakes, no problem
    there.

    you could manualy open following files : .project
    .actionScriptProperties
    .flexProperties and make your changes there.
    also make sure to update run and debug configurations with
    new settings.

  • Problem with Flex Builder 3

    Hey Experts,
    I tried creating Flex Library Project in Flex Builder 3. No issues so far. Everything works fine. When the day ends, I close Flex Builder (without closing the project as it restores them during next launch). I had to close it...I can't keep the system running. Global warming you know...Next day when I launched Flex Builder, I could see my project there. However, when I open Project Properties dialog box, I get some errors while trying to open Flex Library Build Path or Flex Library Compiler pages. The error says "The currently displayed page contains invalid values."
    C'mon man you gotta be kidding me. Yesterday you didn't say anything. What's the matter with you today. By the way, I didn't change anything in properties. How could I? I am unable to open it...
    Does anyone understands Flex Builder's logic here?

    Mate the first thing I tried was this...
    If you want to see the problem, try crating a Flex Library Project in Flex Builder 3. Create couple of classes and close Flex Builder without closing the project. Re-launch Flex Builder and try to open Project -> Properties -> Flex Build Path or Project -> Properties -> Flex Compiler. You should be able to see the problem.

Maybe you are looking for

  • How do I get Aperture 3 when purchased before the App Store?

    In 2010, I had downloaded the Trial verion of Aperture 3. I decided to buy it digitally and paid the $99.00 (at that time.) I still have the email from Apple confirming the purchase of the Aperture 3 Trial Upgrade. It worked fine and had all the nece

  • My Disk Utility Is Gone After a Restore On My Mac.

    My Disk Utility Is Gone After a Restore On My Mac. How can i get it back?

  • 64 bit packages in i686 repos?!?

    Just another day with pacman... I thought. [root@lysithea stijn]# pacman -Syu :: Synchronizing package databases... borromini is up to date core is up to date extra is up to date community is up to date :: Starting full system upgrade... warning: pan

  • Nano6th-Speakers not working when connecting to Nano

    My new Ipod Nano(6th Gen) does not work with the speakers i have that i had used with my Ipod Nano (1st gen). Speakers are in working condition-Anyone know why? Does the my new nano(6thGen) require different speakers?

  • Why can't I access TinyUDF volumes in OS X?

    I have a few DVD-RWs, recorded in a standalone DVD video recorder, that utilise the TinyUDF format. These discs will mount in OS X, but they are not recognised as DVD-Video. I get a little folder icon appear titled "TinyUDF Storage Volume", and when