Loosing source location with separate source files

Hi,
     I am compiling my code with g++ (version 2.8.1) using the -g option. When I use one large source file with all my classes and the main routine in it, I can browse the source in the analyzer GUI. If I split out all classes into separate source files (which I was hoping would help me maintain the code better), I am no longer able to browse the source files. Analyzer complains about the directory where all source files live not being accessible.
thanks for any input anyone might be able to offer!
h.

In Windows XP the path should be
c:\Documents and Settings\<username>\Application Data\com.adobe.formscentral.FormsCentralForAcrobat\Local Store\data
You might notice that in that folder the images and forms are saved as separate objects and not all in one file like the FCDT file.
For local file the FCDT contains all you need. If you ever move to online forms and start collecting data then you will notice that that FCDT doesn't contain the data recieved but only the design of the form. In the case you move the form online then we never save the form locally so there is no way to use a source control to save the form other again than just saving the design format (fcdt file) and not the data received.
You can vote for a new request here http://forums.adobe.com/community/formscentral?view=idea (click on the "Create an idea" in the top right corner)
hope this helps
Gen

Similar Messages

  • Where does Lightroom put HDR in the grid view? Is there anyway to have Lightroom stack the HDR file with the source files?

    I can't decipher where (and why) the program is putting the HDR image in the grid. I stack all of my HDR source images so they are easy to track and manage. Other apps/plugins allow you to stack resulting images with their source image. That would be great if there's a way to set that in LR preferences.

    Thanks, but this doesn't really answer the question about stacking the HDR file with the source files. Yes, it does put the file in the same folder, however many of my folders have 100s of images (that often look similar) and as far as I can tell, LR places them randomly in the sort order. It doesn't appear to put them at the beginning or end of the sort (usually by date), but somewhere randomly in the middle. Even if it could be made clear what method it is using to sort them, that would help locate one file among hundreds.
    Ideally, however it should allow you to stack with the stacked source files. Is there anyway to do this? If not, is it a feature that could be requested?

  • TED chained applications with same source path produce large distribution file

    Hello,
    after using an application successful in my central location I want to
    distribute it - what's the problem: The application itself contains 13
    simple msi installations as dependent....
    So what happens: The source path contains 13 msi files, the
    distribution file contains all files for every application...even if
    they are the same...
    I was curious about not getting the gather finished, instead I got a
    "volume almost out of space" message.
    My question: Is this working as designed, will it be changed (it doesnt
    make sense to distribute the same files multiple times...), is it a bug
    only?:)
    I'm going to put the msi into different subfolders now (change of
    source path, origin path is needed too...) - I think this would work
    well as a workaround, however I would like to know if it's designed
    that way - so you have to take care not to share any folders or
    subfolders...
    Thx in advance
    Dirk
    ObiwanRedN

    Jared,
    hard to get right now..had to remove the old apps...
    Trying to explain short:
    - 13 small msi install applications, every source in a different folder
    now
    - "package" application (call it "PACKAGE")-> associated to selected
    workstations (or ws group), start menu/desktop to do a manual install,
    this app doesn't do anything except having the 13 dependent
    applications
    - "update" application (thats what I named "3rd"...sorry for the
    confusing name;))-> associated to all workstations, set to force run if
    special conditions are met (so something showing one of the partial
    apps is outdated, the partial app will have a new version number
    assigned). This application had the dependent app "PACKAGE" -> worked
    fine in local distribution but would start to distribute the apps 1-13
    again....(?not sure)
    Finally I came to a general conclusion: If you have some special basic
    application (lets say dot-net 3.0, 2.0 etc..., a special patch) that
    might be required for different applications -> it's not a good idea to
    use msi for this one because it will distribute with every app using it
    as a dependent app. I will go to distribute file sources, the app calls
    msiexec so nothing will be distributed for this part...
    Hopefully I explained somewha better...(?)
    Thx in advance
    Dirk
    ObiwanRedN

  • Howto deal with multiple source files having the same filename...?

    Ahoi again.
    I'm currently trying to make a package for the recent version of subversive for Eclipse Ganymede and I'm almost finished.
    Some time ago the svn.connector components have been split from the official subversive distribution and have to be packed/packaged extra. And here is where my problem arises.
    The svn.connector consists (among other things) of two files which are named the same:
    http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/features/org.polarion.eclipse.team.svn.connector_2.0.3.I20080814-1500.jar
    http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/plugins/org.polarion.eclipse.team.svn.connector_2.0.3.I20080814-1500.jar
    At the moment makepkg downloads the first one, looks at its cache, and thinks that it already has the second file, too, because it has the same name. As a result, I can neither fetch both files nor use both of them in the build()-function...
    Are there currently any mechanisms in makepkg to deal with multiple source files having the same name?
    The only solution I see at the moment would be to only include the first file in the source array, install it in the build()-function and then manually download the second one via wget and install it after that (AKA Quick & Dirty).
    But of course I would prefer a nicer solution to this problem if possible. ^^
    TIA!
    G_Syme

    Allan wrote:I think you should file a bug report asking for a way to deal with this (but I'm not sure how to fix this at the moment...)
    OK, I've filed a bug report and have also included a suggestion how to solve this problem.

  • File is not picking from the source location.

    Hi all,
    File is not picking from the source location. FTP is working properly and file is also placed in source location. I am new the XI, if anybody can give me the solution it would be really helpfull.
    Thanks to all.
    Korean

    Hi Majin,
      Check the folder path properly, check the file name( file name is case sensitive) you have given correct or not. See that your communication channel is active. Also check the cache status and check adapter status also by that you will come to know wht is the problem.
    Thanks,
    Ranjeeth.

  • Picking  the abc.B file if abc.A file is present in source location.

    Hi All,
    I need to pick a file using SFTP adapter.
    In the source location two files abc.A and abc.B are placed.
    abc.A is placed only after abc.B is fully processed and complete.
    I need to pick and process the file abc.B ,only after finding abc.A in source location.
    only abc.B should be picked ,as abc.A file is just a indicator that abc.B is fully loaded and ready to be processed.
    How this can be done in SFTP adapter?Please help.
    Thanks,
    Akkasali.

    Best way to handle this is write some Unix Sxripting program at OS level copy the file B wheneve A file present in Folder,and create one more folder on FTP to store only B file,and connect  to new folder using SFTP adapter .
    it will avoide burden on implementing logic in PI side.it is bit simple too,as per my exp.
    no  standard feature available to acieve this type of requirement i think .
    Regards,
    Raj

  • Location of  img source files.......in weblogic 8.1 --URGENT.....

    I am trying to deploy an application in Weblogic 8.1 windows environment. The application was developed in Unix platform . Framework is Servlets. JSPs are servlets with java classes.
    The image sources are hard coded as '/rtim-web/gfx'
    in the source.
    In Weblogic 8.1 (windows) I tried with the image file
    under /WEB-INF/classes/rtim-web/gfx. Also at the same level as /WEB-INF , it does not work.
    Please understand that I have only class files for the package and I do not have source files.
    Where can I put the image files ? I had tried varies ways before posting this message, none of them work ?
    I appreciate your earliest reply.
    Thanks
    Krishna

    When you get a LockTimedOutException while invoking a stateful session EJB, one of two things has occurred:
    1.You have <allow-concurrent-calls> set to true in your weblogic-ejb-jar.xml descriptor and your call timed out while waiting to be processed. The timeout used in this case is the value <trans-timeout-seconds> element of the weblogic-ejb-jar.xml descriptor or its default value of 30 seconds.
    2.You do not have <allow-concurrent-calls> set to true and you attempt to invoke a stateful session bean that is already busy processing another request. In this case, the second method call will not block and a LockTimedOutException will be thrown immediately.

  • Location of  img source files.......in weblogic 8.1

    I am trying to deploy an application in Weblogic 8.1 windows environment. The application was developed in Unix platform . Framework is Servlets. JSPs are servlets with java classes.
    The image sources are hard coded as '/rtim-web/gfx'
    in the source.
    In Weblogic 8.1 (windows) I tried with the image file
    under /WEB-INF/classes/rtim-web/gfx. Also at the same level as /WEB-INF , it does not work.
    Please understand that I have only class files for the package and I do not have source files.
    Where can I put the image files ? I had tried varies ways before posting this message, none of them work ?
    I appreciate your earliest reply.
    Thanks
    Krishna

    WLS 9.2 includes pretty advanced features in this area. Both deployment plans and application libraries could be used. There's also a domain/lib directory where jar files can be placed and are visible throughout the server instance.
              Unfortunately 8.1 has none of these features. In 8.1, your choices are to either add these into the $CLASSPATH, or package them in the application.
              -- Rob
              WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • Working with uncompressed XFL files and source control | Learn Flash Professional CS5 & CS5.5 | Adobe TV

    Use the Flash uncompressed XFL file format with a source control system to enable designers and developers to collaborate on Flash projects. Contributors can edit different assets simultaneously and see updated assets as soon as they are checked in.
    http://adobe.ly/x0GHI4

    This is a great overview of sequential use of source control with the xlf format. However, typically in a team setting, team members are working at the same time. Our team has found that many of the xlf files have one or more timestamp related entries that get updated even when no functional changes have occurred. This is particularly true of DOMDocument file, which timestamps changes, marks library elements as expanded or not, and tracks a published history. All of these changes conflict with anyone who is simultaneously working on the xlf. Any tips on how to deal with these issues?

  • Can't deploy web app with resource: New source location

              I can't deploy a web app (.war) if I already have a resource (.rar) deployed, weblogic
              7.0 reports
              weblogic.management.ManagementException: New source location, C:\projects\j2ee\dev\ra\dist\rware.war,
              cannot be deployed to configured application, rware. Application source is at
              C:\projects\j2ee\dev\ra\dist.
                   at weblogic.management.deploy.DeployerRuntime.validatePath(DeployerRuntime.java:786)
                   at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:319)
                   at weblogic.management.deploy.DeployerRuntime.access$0(DeployerRuntime.java:282)
                   at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:947)
              The resource works ok, and the web app does not use or reference
              the resource (it's a simple servlet that just displays a message), so why is there
              an interdependence?
              

              Thanks! We'll follow up on this.
              >
              >I discovered the cause - the .war and .rar both had the same
              >filename root, i.e. myFilename.war and myFilename.rar. I
              >solved the problem by changing the .war to myFilenameWeb.war.
              >
              >And yes, this is with WLS 7.0.
              >
              >"Deb June" <[email protected]> wrote:
              >>
              >>Hi Glen,
              >>
              >>Could you please describe the steps that you took to get this?
              >>
              >>Thanks!
              >>
              >>P.S. For others looking at this - it looks like this is using WLS 7.0.
              >>
              >>>
              >>>I can't deploy a web app (.war) if I already have a resource (.rar)
              >>deployed,
              >>>weblogic
              >>>7.0 reports
              >>>
              >>>weblogic.management.ManagementException: New source location, C:\projects\j2ee\dev\ra\dist\rware.war,
              >>>cannot be deployed to configured application, rware. Application source
              >>>is at
              >>>C:\projects\j2ee\dev\ra\dist.
              >>>     at weblogic.management.deploy.DeployerRuntime.validatePath(DeployerRuntime.java:786)
              >>>     at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:319)
              >>>     at weblogic.management.deploy.DeployerRuntime.access$0(DeployerRuntime.java:282)
              >>>     at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:947)
              >>>
              >>>The resource works ok, and the web app does not use or reference
              >>>the resource (it's a simple servlet that just displays a message),
              >so
              >>>why is there
              >>>an interdependence?
              >>
              >
              

  • How can i stop the Action Wizard from putting the original file into the Source folder with my changed documents?

    How can i stop the Action Wizard from putting the original file into the Source folder with my changed documents?

    [discussion moved to Creating, Editing & Exporting PDFs forum]

  • How to create a blu-ray disc with multiple source files

    Hello,
    How is it possible to create a blu-ray disc, AVCHD recordable DVD with multiple source files from Final Cut Pro 10. Is it possible to create a menu with several chapters corresponding to the sequences (source files)?
    Thank you in advance for your support.

    Assume you're talking about using the Create Blu-Ray batch template. It's not possible to do with multiple source filles. But if I understand your objectives, you could pretty much get what you think want – discrete movie segments on a single disk with navigation.
    The way I'd approach it is by making multiple projects in FCP and then copying the finished versions into a new project, separated by gaps. (You could also use compound clips but I'm not a fan except for very short sequences, which is why I'm suggesting the copy route.) Then export and bring into Compressor.
    In Compressor mark your chapters at the gaps between your individual sequences. Then choose the AVCHD option in job actions.
    Bear in mind that you'll have to keep the recording time under roughly 30-35 minutes @a5 Mbts/sec
    Good luck.
    Russ

  • Append Source Media with File

    I've tried looking for answers to this question but I can't seem to find anything...
    What I'm looking to do is create a custom setting in compressor that automatically appends a my source media with a specified video file at the start and end.
    I'd like our companies intro & end tag to automatically be included within the export. If this is possible it will streamline our process and make it a bit easier on our editors... that way they won't have to worry about importing the intro & end tags directly into FCP.
    Any help or suggestions would be much appreciated!
    Thanks

    You can only add content onto a file--like a watermark or timecode. You can not add to the front or tail of a source movie using Compressor.
    Now, not to just leave you with a "nope, can't be done...period." I have worked on projects where bumpers were added after the fact (post encode actions) via scripting QuickTime Player: 1. Open the movie; 2. Add to Movie; 3. Save As (reflatten the movie). It'll take some Apple Scripting but it can be done.
    bg

  • Installer source location reverts to cd after selecting C drive with browse

    When specifying the installer properties on the additional installer page, there is a box on lower right for specifying installer source location.  For NI VISA Runtime 3.4.1, the location is set to D:\Vision 8.0.0 Acquistion Software.  I use the browse option to set the location to C:\Programfiles ... but  it won't save the new location.  If I select another installer and then return to Runtime 3.4.1, the location is back to D:\ ... .  When I build the installer, I get a popup saying it can't find the installer at D:\   .  If I use the browse button to set the location to C:\ ... , the build continues successfully.

    This is a known issue. There are many post out there (if you had searched) that will help you through this.
    There are two ways to get around this.
    Copy the entire contents of the CD to your hard drive and reinstall everything from there.
    Have the CD handy and use the CD.
    The reason why it does this is because is will always look for the last place it was installed from.
    Joe.
    "NOTHING IS EVER EASY"

  • RTMP with a video file as source?

    So the question is: Can I use FMLE with a video file (format?) as origin instead of using a camera? I know it beats the purpose of FMLE but if it can be done it would be of great use to us.
    Thanks in advance

    Hi Shashin,
    I think there is some documentation that states how to best do this... Did you look into the doc for this (search for master detail files)?
    However if this is a warning and your code works fine and loads correctly I would leave it as is.
    Jean-Pierre

Maybe you are looking for

  • How to configure Oracle jsp engine on OAS4.0.8.1

    1. How to configure Oracle jsp engine on OAS4.0.8.1 for linux 2. How to set the parameter on OAS. The Ojsp document only give examples depict the syntax used when running in an Apache/JServ 1.0 environment

  • Butons not appearing in portal

    Hi All , I have an issue where i create a meeting request and then it goes for approval to the manager , but in this case the manager is not able to see the approve and reject button in the screen , whereas it appears in the back end , please suggest

  • Problem on the network card

    Dear All, Dear all Please give advise to the following problem! I installed the Solaris Intel x86 2.7. sucessfully. But after the installation, I cannot find any information oabove the network Card interface. However, the boot up disk can detect i ha

  • How to turn off tabs in safari

    Safari is not spawing new windows, but is spawing new "tabs" instead.  Anyone know how to disable this?  It's very annoying.

  • MRP  with firm plan orders scenario.

    Dear all, we are in process of MRP implementation. where client having every month a plan of Three months in which first month plan is fixed whereas two months are tentative. to achieve this we have used Planning time fence of 38 days as we run MRP o