Source path creating a mess

hello;
I have a folder where I keep all of my as3 classes ... I call it "AS3_classes" ...
inside of it I have:
/com
/pkg_shannon
/pkg_shannon_3d
but also:
/components ... which has .fla files in it and jpgs, etc
PROBLEM:
because I want access to my classes inside of pkg_shannon, I must add "AS3_classes" as a source path ... nothing unusual ... except eclipse/flashbuilder is taking everything from "AS3_classes" and copying it to my bin-debug folder ( though it is not copying the .as files ).
from a flash point of view, source_path ( classpath ) is only for compile-time ... not run time;
but eclipse seems to think that source_path means:
1 - is for compile time ( the .as classes )
2 - is for runtime ( all of the other stuff located at "AS3_classes"
any way to prevent this behavior?
thanks.
dsdsdsdsd

Try this: uncheck "Copy non-embedded files to the output folder" in Project properties -> Flex/ActionScript Compiler
-Anirudh

Similar Messages

  • 9.0.3 scan source paths: how to control which files are picked?

    Using 9.0.3 Preview. I've been waiting for the "scan source paths to determine project contents" feature, but I'm running into problems with this:
    * It's picking up "Packages" called com.mycompany.CVS, with "files" called Entries, Repository, etc. It messes the display (making it contain twice the number of entries that I'd like it to show).
    * Also, there's no way to exclude certain files or directories from the list (or is there?). I happen to have a few .jsp files lying around which are copied (by our Ant build.xml) to their proper location - but the build insists on compiling these .JSP files, and worse, spits out the error:
    Error: JSP files must reside in the server root directory or a subdirectory beneath it
    What the heck does this mean?
    How do I get around these problems?
    Shankar.

    Hi,
    You can quickly create a project based on a directory (e.g. the sourcepath) and its (filtered) contents using the New Project from Existing Source wizard in the New Object Gallery (from File->New...). If you're not too bothered about the project being dynamically updated with changes on the filesystem, you may find this solves your issue.
    However, I do agree that there should be some access to filtering for "dynamic" projects. I've logged the following bug against JDeveloper's SCM support (incl. CVS):
    2552750 DYNPRJ: WE SHOULD USE THE DYNAMIC PROJECT FILTER API FOR SCM FILES
    to support filtering out SCM control files (such as Entries, Root etc.) and the following ER against the IDE:
    2552763 DYNPRJ: PROVIDE UI SUPPORT FOR FILTERING
    to provide UI for filtering in a dynamic project.
    Both the bug and ER are published, so you can track their progress on metalink.
    Thanks,
    Brian
    JDev Team

  • Data Source path in Pivot Table changes to absolute on its own

    Hello.
    I have a .XLSX file, that was created long time ago (I don't even know in which Office version, but definitely not 2013), and maybe even was a .XLS file at first.
    So it's a 4 MB file with 16 Sheets and 8 Pivot Tables.
    All of the Pivot Tables use other sheets from the same file as Data Source.
    Data Source for some of them look like this: 'Sheet3'!$A:$E
    Everything is fine when I save the file, and open it from saved file. 
    But as soon as I try to move the file elsewhere, or rename it, or email it - all Data Source paths change to something like this: '\Users\Sergii_Litnevskyi\Desktop\New folder\[FileName.xlsx]Sheet3'!$A:$E
    And it happens with all Pivot Tables. The problem is that it links to an old file path, where the file does not exist anymore. And it links to an external file, which is not what I want.
    If I Save As and select different path and filename - then it works fine. So it's a workaround for renaming and moving files, but not for sending them to other persons.
    I've read some threads, and people recommend disabling "Save external link values", but it does not help. It is already turned off in my office, but it keeps acting weird. 
    So what I need is: Save the file, close it, rename it, move it to other place, send it over email as attachment. And then I want to have the same Data Source path in my PivotTables as I had before I saved the file. How can I do it?
    My Office version: Microsoft Excel 2013 (15.0.4454.1503) MSO (15.0.4517.1005) 32-bit

    Hi,
    According to your description, I suppose the issue may be caused by some reason.
    Do you link the outside data source?
    I think if the file moves the file elsewhere, or renames, or email,
    data source paths can’t be change.
    But, your data source paths add the absolute path.
    Do you link the outside data source?
    I recommend you zip the file and send it as Email attachment.
    If the issue exists, you may save as it in a new name and test it in another computer.
    Regards,
    George Zhao
    TechNet Community Support
    I am pretty sure that I don't have any external links in the document.
    However, even if I did - why would it change Data Source path for all of the Pivot Tables, when I did not request it?
    I tried zipping it and sending to other person over email, but he got the file with changed data source paths.
    I can even record a short video to show what happens.
    Actually, I just did it. You can see the video here: http://screencast.com/t/qMBild3ck9b
    It is rather big - 23.8 MB.
    Let me explain what I showed there:
    I opened my original file. I showed that there are Pivot Tables, whose Data Sources are in the same file, on various other sheets.
    I showed this for all of the Pivot Tables in the document.
    I saved the file using Save As in a different folder and under a different name (TEST.xlsx).
    I then opened that saved file to show you that it is fine, and the Data Source path for one of the Pivot Tables is the same as it was in original file. It is the same for all of the other Pivot Tables.
    Then I closed, and simply renamed the file to TEST123.xlsx.
    Opened it, and first thing wrong - Security warning.
    Then I got ‘Cannot open PivotTable source file ….’ messages. And, as I showed, now all Data Source paths have been changed to full paths of the file, that was created by Save As (TEST.xlsx) from original file.

  • How do I use a OS (Windows) Environment Variable in the source path of me ActionScript 3.0 settings

    I'm sure this can be done as I know we used something similiar at my old work place, below is an image showing what I am attempting to do.
    We used this to create more portable / shareable assets files which when symbols are linking to code, the code was very often in different directories on different machines.
    So we had set up environment variables in the OS to point to source directories and then used these variables in the source paths.
    As long as everyone had these variables set up then it would all work.
    Anyone know the correct way to do this in Flash CC
    Thanks in advance!
    Best Wishes
    Rhys Thomas

    sinious the problem with doing that is that the changed path gets into the code repository as well, so you wind up with everyone going back and forth changing it to their own value, which is a hassle. If you use relative paths and a standard project setup, then it all "just works" without a problem.
    For example, this is the setup I use:
    .dev
         .thisProject
              .Flash1
                   Flash1.as
                   .Flash1
                        Flash1.xfl
                   .view
                        .audioAssets
                        .customViews
              .SoundLib
                   SoundLib.xfl
              SoundLib.swc
         .bin <swfs are output here
              .xml
         .core
              .control
              .model
              .service
              .view
    We have a "base project" that you check out to start a new project (we do heaps of similar work), and the paths are already set up to be relative. Having each project point to its own copy of the core code allows for fine-grained control of which revision you're using--we've even pointed deliberately to old versions or branches on rare occasions.
    The bin folder is actually shared with the website repository, which is in a different directory from the Flash source code (in the website, it has a different name). This allows the generated swfs to be easily updated and ensures that the latest XML is being used both for development and on the site.
    The "thisProject" folder actually includes a Flash Builder workspace with all the standard shortcuts, etc., already set up. This is primarily because of how the "default path" works when you create a new Flash Pro project in FB. Because we output a level up from the workspace, we hack the .metadata folder every time, but that's a small change.

  • Scan source paths... and performance.

    In another thread,
    Struts Page Flow Editor Unusably Slow
    poor performance turned out to be due to a problem with having 'Scan source paths to determine project contents' enabled.
    Apart from the problems with the diagrammer, this manifested itself as jdev using 100% cpu for periods of anything from 1 to lots of seconds.
    There are lots of other (generally intermittent) occasions where jdev temporarily locks up using 100% cpu. A regular one is for the component palette to appear/disappear when switching between a jsp and a java file. A more intermittent one is just waiting for the text to appear in a menu or dialog box (ie the new 'window' appears as blank and you can't do anything for a variable period until the text appears.)
    I shall watch these to see if disabling source scanning helps these as well.

    Hi,
    I've got the problem with permanent scanning the source files after I created a "Web Service Proxy". After I closed and restarted JDeveloper I got an OutOfMemory exception at startup. The only thing helped was to delete the whole JDeveloper profile.
    I hope this helps to analyze the problem.

  • Source path of the installer

    Hello,
    at the first start of  my labview application (after the installation) I want to copy some files from the "installation drive" to the harddisk.
    For this I need the source path of the installer, but I doesn´t  know where to get it.
    Can I read it with a labview system VI oder is the path anywhere in the registry (or can the installer write it in the registry)?
    jan9101
    PS: the files should NOT be copied by the Installer, they must be copied by the labview program.
          LV 8.6.1 

    Another option is to add the files to your project (or an autopopulating folder), and create a distribution for these items.
    In the installer you can include this distribution and the files should be copied.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Using external source paths

    Hi everyone,
    I'm quite new to Flash Builder. I've created an ActionScript project and added a folder on my hard drive as a source path. This folder is external to the project. It creates a linked folder in the package explorer window with the little arrow showing that it's linked... but it also seems to copy all of the subfolders and classes into my output folder... which i named dist... why does it do this and is there a way to make it not do that? It doesn't seem to make sense to me.
    Thanks,
    Kyle

    Try this:
    1) Project > Properties > Flex Compiler
    2) Uncheck "Copy non-embedded files to output folder"
    Jason San Jose
    Software Engineer, Flash Builder

  • "Scan Source Paths to Determine Project Contents"

    It would be nice if the "Scan Source Paths to Determine Project Contents" Option compared "whats currently on my projects path" aganist "what it was the last time I exited JDeveloper".
    1. Create a "junk" folder under Web Content and within that folder place some .uix or .jsp files. Compile the files. Click File --> Save All
    2. Click Tools --> Project Properties --> Common --> Input Paths.
    2. Select the checkbox labeled "Scan Source Paths to Determine Project Contents"
    3. Click OK.
    4. Exit JDeveloper 9.0.5.2 Build 1618
    5. Go to your public_html directory and remove the "junk"
    folder.
    6. Restart JDeveloper.
    7. Recompile the project. JDeveloper is still looking for the deleted files.

    Hi,
    This is a known bug with projects. Unfortunately, the only workaround is to edit the .jpr file manually and remove all references to the files.
    The project file format has been completely overhauled for the next major release of JDeveloper (10.1.3). So-called dynamic projects will also be the default in the new release, and generally work a lot better.
    Thanks,
    Brian

  • Failed to instantiate file "v4.master" from module "DefaultMasterPage": Source path "v4.master" not found.

    Brand new install of SharePoint 2013. No modifications. Made one collection from the Admin site.
    I attempt to create a sub-site.
    Sorry,
    something went wrong
    Failed to instantiate file
    "v4.master" from module "DefaultMasterPage": Source path "v4.master" not
    found.
    David Jenkins

    Hi David,
    Here is the reference for using ULS log:
    http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Failed to instantiate "MWSdefault.master" from module "MWSMasterPage": Source path "global/MWSdefaul.master" not found.

    Hello,
    When my users are trying to create a Meeting Workspace they always get the following message:
    Failed to instantiate "MWSdefault.master" from module "MWSMasterPage": Source path "global/MWSdefaul.master" not found.
    I have checked \...\12\TEMPLATE\GLOBAL\m@ster pages, and the master page is there. Does anyone know what might be causing this issue and how I can solve it?
    I am working with SharePoint 2007 (MOSS). We haven't customized the Meeting Workspace Templates, so they should just work as standard SharePoint.
    Thank you!
    Inge

    Hi David,
    Here is the reference for using ULS log:
    http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Have I created a mess?

    Hello and Thanks,
    The project I'm working on has lots of source material and I have most of it captured. The source materials is from different classes on different days and places.
    In the media file name I used the date with slashes (1/11/07.) Ultimately it will need to be transfered to a Windows PC environment instead of a Mac. I have not done any editing, I will be editing on a Mac and will be transfering to Windows when it is a completed movie. Will my original media file names create a mess in the PC world? Will it not matter at all because it will be exported as a completed movie?
    This is my first FCP project—I appreciate the help I've gotten with the capture issues. I wanted to know if I need to rename my media files before editing.
    Thanks again, Terese

    Will my original media file names create a
    mess in the PC world? Will it not matter at all
    because it will be exported as a completed movie?
    I don't know that your original media names will create a mess unless you want to edit that final piece once you move over to PC. It sounds to me like you only taking the final movie to PC and not all of the additional media files.
    In other words, are you planning to export the movie, say, via quicktime as a whole piece that will not be manipulated on the PC?

  • I currently use an iPhone, an iPad, and a Mac computer for business.  The three devices have Contacts Managers that sync with each other through both Google and through Mobile Me.  Currently, this has created a mess of duplicate contacts.  Please researc

    I currently use an iPhone, an iPad, and a Mac computer for business.  The three devices have Contacts Managers that sync with each other through both Google and through Mobile Me.  Currently, this has created a mess of duplicate contacts.  Please advise me on the steps necessary for removing these duplicates and establishing a syncing solution that doesn't regenerate the duplicates.  There are several applications available that remove duplicates, but I am not sure which ones work or don't work.  I want information on this, but most importantly I want to understand how to fix this problem permanently.  Also, I read somewhere that Mac's new operating system, Lion, can help deal with duplicates.  I don't have Lion, but I would be willing to get it, if this would fix the problem.

    Had the same problem with 4 devices (two computers, an iPhone and an iPod). The solution is simple: open the Address Book application in your mac, ask it to locate duplicate entries (under one of the top menu items, "edit" I think), and then ask it to consolidate them: it took me all of three seconds after I figured it out: worked like a charm! PS: if you have more than one mac with unconected Address Books, repeating the operation in the second one may be a good idea.
    Message was edited by: mfduran

  • Error: A file found in a source-path must have the same package structure

    I use Adobe Flex Compiler (mxmlc) Version 4.1.0 build 16032,I have a file,named CustomGraphContainerController.as,it's directory is c:\controllers,and the GCController.as file is under the same directory,CustomGraphContainerController.as file like follows
    package controllers{
    import ui.GraphControlContainer;
    public class CustomGraphContainerController extends GCController {
      public function CustomGraphContainerController(a_graphControlContainer:GraphControlContainer) {
       super(a_graphControlContainer);
    Then I want to use mxmlc command to compile it,like follows:
    C:\>mxmlc c:\controllers\CustomGraphContainerController.as
    But it raise compile errors,like follows:
    Loading configuration file C:\sdk\frameworks\flex-config.xml
    C:\controllers\GCController.as: Error: A file found in a source-path must have the same package structure '', as the definition's package, 'controllers'.
    I don't know how to compile the as file with package controllers? Where is wrong? How to use mxmlc to compile it?
    Thanks

    HI,
         You should have one main application class to compile this as code to swf.. So that main application path should be in your proper package structure.. then you can compile you app and as files also...
    Thanks
    Ram..

  • Configuring Doc Path (and Source Path) for default JDeveloper library

    hi
    Sometimes a default JDeveloper library as no Doc Path (or Source Path) configured.
    Adding a project library with only a Doc Path (or/and Source Path) configured (so no Class Path) can make the relevant API documentation more easily available in JDeveloper,
    see http://www.consideringred.com/files/oracle/img/2011/library-doc-path-20110529.png
    - (q1) Why has the "WebLogic 10.3 Remote-Client" library no Doc Path configured by default?
    - (q2) Are somehow/somewhere source files available (maybe only of "API related"/non-implementation classes) for the "WebLogic 10.3 Remote-Client" library, so these can be configured in a library Source Path, to make the API documentation even more easily accessible in JDeveloper?
    many thanks
    Jan Vervecken

    Thanks for your reply John.
    John Stegeman wrote:
    ... At least some of the classes' javadocs are [url http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13941/toc.htm]here ...
    As I write in my initial post, I am able to add a project library with only a Doc Path configured (as shown in library-doc-path-20110529.png),
    to "Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.5) Part Number E13945-05 "
    at http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13945/
    So, questions (q1) about a default Doc Path configuration and question (q2) about source files (similar to ADF) remain.
    regards
    Jan

  • Need help in finding open source for creating Login component

    hi
    Pls any one help me out in finding some good open source for creating login component for my application
    i have heard about josso but i am not able to find how to use it if anyone can help in setting up josso i wil be very thankful to that person and also if anyone can help me finding some other open source i will be very grateful ,,
    Pls help its very urgent and i am running short of time

    DECODE(l.attribute_category, 'Coverage Template Header', l.attribute3) Penalty_Bonus,
    DECODE(l.attribute_category, 'Coverage Break', l.attribute1) Mon_Break_Start,
    DECODE(l.attribute_category, 'Transaction Type', l.attribute1) Split_Covering,Uh oh, the dreaded entity attibute value, or generic, data model.
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:10678084117056
    I am afraid slow performance is a built in feature of this database design, not much you can do in queries.
    You could possibly create the views as materialized views and query those instead.
    Quote from the linked article
    But, how does it perform? Miserably, terribly, horribly. A simple "select
    first_name, last_name from person" query is transformed into a 3-table join with
    aggregates and all. Further, if the attributes are "NULLABLE" - that is, there
    might not be a row in OBJECT_ATTRIBUTES for some attributes, you may have to
    outer join instead of just joining which in some cases can remove more optimal
    query plans from consideration.
    Writing queries might look pretty straightforward, but it's impossible to do in
    a performant fashion.

Maybe you are looking for

  • How to setup multiple DNS zones in a single domain

    We have a small charter school running a Mac Open Directory network on a single subnet with a single registered FQDN for its internal domain. We are about to open a second school within a wing of the same building which will also be on a Mac Open Dir

  • Internal number ranges  for accounting documents are not updating

    Dear Experts, We are existing user of SAP 4.6 C , are facing probelm while posting accounting document , the accounting document number ranges are not getting updated. When I post first document it got alloted first number from the interval when i po

  • Count record each table

    How I will get recordcount for all the tables with table name in my user with a single query?? I have only select privilege . So I am not abel to create any schema, insert statement in my user. Message was edited by: Sumit Sau

  • Query Related To GOOP

    Help for GOOP I want to do something like this in GOOP can some body help me out 1. when i create an instance of my object it should have one property (Say "Name")which should be different for each instance 2. i want to have one more property (say "a

  • Flash Builder 4.5 Plugin Error: Failed to load library.swf

    Hi, I am getting an error from Flash Builder that is stopping me building my app. I am running the plugin version under Springsource ToolSuite 2.6.1. It worked fine with the Prerelease version of Flash Builder 4.5. I have flexunit-uilistener-4.1.0-8-