Dependent files / ftp / checking if file is referenced anywhere

I have a web page I've taken over the administration of. The
site is a number of years old, and there are numerous files that
are still on the site, but aren't used anymore.
I am wondering if there is a way to check if a certain file
[such as xyzfoo.jpg, or xyzfoo.mp3] is referenced in any of the
current pages. Bottom line, is there would be anything lost by
deleting it.
Whether that's possible or not, the other direction I'm
wondering if is possible, is whether I can select a specific page
(not necessarily the homepage), and Get (via the ftp connection on
Dreamweaver) that page and everything it needs/references.
I am aware of the checkbox for "Display Dependent Files" on
the Site Map Layout, as well as saying "Yes" to "Get Dependent
Files" when FTPing the files from Remote to Local, but even when I
did this on one test page it did not bring in the .mp3 files that
the page links to.
Whether there is a conventional or unconventional way to do
this, I would be eager to hear any thoughts on this; I am normally
a programmer but relatively new to doing much with web pages and
would welcome any assistance.
Thank you.

You would need to understand what a dependent file is to know
how that
option works. A 'dependent' file is any file that is required
for the file
you are getting/putting to properly display. A file that is
merely linked
to from a page is not a dependent file.
That said, you can check for linkages in two ways -
1. Do a sitewide FIND for the filename, or
2. Select the file, and rename it. If that file is referenced
on other
pages, DW will tell you, and ask you if you want to proceed.
By saying NO
to this, then you will exit the rename.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"matthewtech" <[email protected]> wrote in
message
news:[email protected]...
>I have a web page I've taken over the administration of.
The site is a
>number
> of years old, and there are numerous files that are
still on the site, but
> aren't used anymore.
>
> I am wondering if there is a way to check if a certain
file [such as
> xyzfoo.jpg, or xyzfoo.mp3] is referenced in any of the
current pages.
> Bottom
> line, is there would be anything lost by deleting it.
>
> Whether that's possible or not, the other direction I'm
wondering if is
> possible, is whether I can select a specific page (not
necessarily the
> homepage), and Get (via the ftp connection on
Dreamweaver) that page and
> everything it needs/references.
> I am aware of the checkbox for "Display Dependent Files"
on the Site Map
> Layout, as well as saying "Yes" to "Get Dependent Files"
when FTPing the
> files
> from Remote to Local, but even when I did this on one
test page it did not
> bring in the .mp3 files that the page links to.
>
> Whether there is a conventional or unconventional way to
do this, I would
> be
> eager to hear any thoughts on this; I am normally a
programmer but
> relatively
> new to doing much with web pages and would welcome any
assistance.
>
> Thank you.
>

Similar Messages

  • How to stop DW putting Dependant Files?

    I've never found a solution that's worked for me, but today
    I've had enough!
    I have setup site access via RDS, so there is no 'Local' set
    of files, I'm working directly on our development server and saving
    the files, and testing changes immediately.
    I like to save often and keep checking my changes so that I
    don't break anything, but everytime I save, DW spends 20+ seconds
    putting dependant files.
    My dreamweaver preferences for dependent files are set to
    Prompt, which it certainly isn't doing.
    How can I resolve this? thanks.

    As long as you use an FTP & RDS site, there is no such
    thing as PUT. There
    is no local site. Edits are immediately saved on the server.
    But - check your preferences for Site and make sure that the
    PROMPT on
    PUT/GET is ENABLED. Then save, and when prompted make sure
    you a) click the
    don't show again, and b) you click NO. Does that help?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Stormpool" <[email protected]> wrote in
    message
    news:gojlp6$6ss$[email protected]..
    > I've never found a solution that's worked for me, but
    today I've had
    > enough!
    >
    > I have setup site access via RDS, so there is no 'Local'
    set of files, I'm
    > working directly on our development server and saving
    the files, and
    > testing
    > changes immediately.
    >
    > I like to save often and keep checking my changes so
    that I don't break
    > anything, but everytime I save, DW spends 20+ seconds
    putting dependant
    > files.
    >
    > My dreamweaver preferences for dependent files are set
    to Prompt, which it
    > certainly isn't doing.
    >
    > How can I resolve this? thanks.
    >

  • Can Dependent Files be disabled in CS5?

    I was never able to resolve our issue in CS4 with Dependent Files causing problems with older files replacing newer files on our server.  When a file is opened, it automatically opens dependent files with it without us noticing.  Then one of us will manually open and edit one of those dependent files.  Then when the first file is changed and saved, its older instance of the dependent file replaces the changes we just made to that file.  I have the option for Dependent Files to "prompt on put/check in" selected, but I get nothing.  I would like to know if CS5 has the ability to disable the Dependent Files "feature" entirely (which is the solution my boss and I would ideally prefer).  If so, we're ready to upgrade.  Otherwise this will be the iteration we begin shopping around.  Dreamweaver is amazing, but we are simply wasting too many hours having to re-code or simply saying only one of us can code at a time.

    Nancy, this is how we work on our internal network and how we would like to work on our remote server.  Internally, we can simply open the file structure in windows explorer, opening whichever files we need as we need them.  He can work on one file and I can work on another in the same directory without having to worry about my work messing up his.  As soon as we make a change, the change is live.  We prefer this over having a local "testing" environment because a local testing environment means we need to have and maintain a webserver environment with ColdFusion on each of our workstations.  We'd rather just work with live files directly.  We're quite accustomed to using test files in the live directory to test changes before applying those changes to the in-use system, so we see no need for having a local test environment or synchronization.
    Now ideally we'd like to do the same thing with our remote server.  I want to simply just open a file, make changes, save the file, and be done.  Those changes are live, period.  This is so much simpler than...
    - Get the file and all dependent files
    - Make changes locally
    - Upload files back to the server
    - Troubleshoot auto-synced files (like dependent files) from my system conflicting with auto-synced files from his system
    I understand with a remote server I have to Get/Put the files I want to work on, but I would like it to be apparent when I'm doing both, and I especially don't want files OTHER than the specific ones I'm trying to open being Got/Put.  Not to mention there is such a lag every time I save a file back to the server because DW has to go through the list of every single dependent file and image to determine if the ones on the server match the ones on my machine.
    Basically, I don't want Dreamweaver to "Manage my site".  I just want it to FTP to the server, show me a list of files, and let me open, change, and save them.  A lot of people value synchronization, site management, and dependent files... but shouldn't we have the option?

  • Dreamweaver Dependent Files

    Hi,
    i have a question about dependent files in Dreamweaver. Let's say I'm working directly on the FTP server (yes I know it's bad practice). When I open a file from this FTP the dialog appears asking me if I want to download depended files. I click no. After I edit the file I save it. It all works great. The problem starts when I try to edit this file on second computer where I already edited it before.
    Dreamweaver creates local file when you open file on FTP server. When I open online file on FTP again on this second computer and click NO for downloading dependent files, sometimes the file still gets overwritten with older version of this file that Dreamweaver has stored locally. That's how I loose all changes I've done on first computer. This happens mostly to the files that are added to .html files like .css, .js and so on.
    Can somebody explain to me what's the right way to use this dependent files or how to disable this function. I can't remember but I think you can't disable this function in CS4. Can you do it in CS5?
    Thank you

    If you are working on a site that exists in full (all associated files) only on the server, how do you keep straight your current files, unless you specifically delete your local files after each "on the FTP server" editing session? Sounds like a real pain in the neck.
    And it seems kind of risky to me.
    Here's how I would handle working on one uploaded site and two computers. This would also hold when two persons in different places (on different computers) work on the same site.
    Keep the server version always totally up to date.
    Turn on the "check in/check out" system, so a file cannot be opened without opening the server version.
    If you don't want to use "check in/check out", always download the up to date version of a page whenever you edit it. Also download the dependent files. In truth, files will not download again if your local version is already identical to the file on the server.
    If there really are two people working from two different computers, you need to work out a system of communication...you don't want to overwrite someone else's changes, or have them overwrite yours. That is what "check in/check out" is perfect for.
    Always work locally and upload your changed pages (and auxiliary/dependent files) to the server
    Periodically do a "synchronize" to make sure your local site and your server site are identical. Do this from both computers.
    Remember that by working locally and keeping a copy of your site locally in one or two places is insurance. If you do not do that, and your server goes down or corrupts your site, how will you retrieve your files? Make them all over again? If you have them on your local computer, you need only upload a copy of your site and you're back in business.
    You do not want to disable "dependent files", because they are the files that make your page work. When you allow Dreamweaver to keep track of your files for you via synchronize and downloading the dependent files, it will do a good job. When you try to take more of that function on yourself manually, you effectively 'break' the system by subverting the program from its innate tasks.
    Beth

  • Help publishing dependent files?

    I've spent two days trying to get CS5 to publish a new site with proper links to css and other dependent files.
    It's working locally IN ONE SUBDIRECTORY ONLY, but not at the server level and not in the root folder.  I've tried:
      Redoing the Site defn = root folder where all files are stored; then Site>Put
      FTP = all dependent files directly to the server
    ~~~
    If someone could check the code on any of my three pages and tell me how to correct the dependent file links, I will owe you my sanity.  Three days of fooling around and I can't fix this. 
    http://www.kidsonthecreek.com
    http://kidsonthecreek.com/kids_on_the_creek_podcasts.html
    http://kidsonthecreek.com/kids_on_the_creek_coalition.html
    Looks like the links to the style sheet (et all) are pointing to a local folder outside of my root folder.  I'm sure I would screw it up if I had to rename every reference after publishing -- isn't there an efficient way to do this?
    Thank you so much for your help!  (It's an emergency, of course)
    Gina

    Hi
    You could use the find and replace function to update the links site wide, but this would still require you to check them all to confirm.
    Deadline is today and I don't trust myself to "play" with this until it
    works.  Anyone know of someone who can fix for me for a fee?  I could
    use this kind of help ongoing...
    Sorry, but I do not do work unless it involves the entire site from start to finish, but you could try asking in the 'Dreamweaver General' section of the forum.
    Or just let me know if there's a way to get DW to do it's job -- and thank you!
    There is probably a problem with the site definition, but without being able to 'see' your computer fixing this will be a question and answer type of post. Did you follow the instructions in the documentation or a tutorial on the dreamweaver dev site at - http://www.adobe.com/devnet/dreamweaver.html?
    PZ

  • Template changes won't update the dependent files

    I am checking out a template file with its dependent files from my FTP server using Dreamweaver. I am making some changes, and saving it. It is supposed to prompt me to update the dependent files. But it doesn't. So none of the changes are applied to any of the files using the template. I also tried to update the pages manually by going to Modify>Templates>Update Pages.. But DW is looking into a different path to find the templates, rather than looking into the folder where the server is set-up. What is the best way to make this work?

    Is your site properly defined in Site > Manage Sites?
    Do you have the Template.dwt file in a Templates folder in your local site?
    Are you sure this is the right template for this project?
    Do you have all the child pages in your local site folder?
    It's important to understand that Templates do nothing on the web server.  They are proprietary to DW and only work on your local site files.
    Nancy O.

  • Dependent Files Dialog Default Button

    Sometimes I think I've been halucinating, but ...
    I could have sworn that when I first installed Dreamweaver CS6 that the default button on the put Dependent Files dialog was "No". And then one day the default became "Yes". I almost feel like I hit some mystical key-combo that changed it's behaviour & mine. Hmmm.
    So is there a way to change the default button to "No"? It would be my preference.
    Thanks in advance!
    OS X 10.8.1
    Dreamweaver CS6 v12.0 Build 5842

    butisitart wrote:
     Am I going crazy? Was I halucinating? Did I dream the whole thing?
    I couldn't possibly comment.
    I remember writing something about the way dependent files work many moons ago, so I checked my "Essential Guide to DW CS4" and found a little gem of information that I had completely forgotten about.
    The default for Put Dependent Files is No. However...
    If you deselect the check box labelled  "FTP transfer options: Select default action in dialogs after [30] seconds", guess what happens?
    You've got it... The default changes to Yes.
    Heaven only knows why this happens, but select that check box again, and your sanity should be preserved for a little while longer.

  • Dependent Files for Crystal Report missing while making Setup

    Hi Support Team
    I am trying to make a MSI Setup of my windows application by using Install Shield 2010
    Development Environment that is used to develop the application is
    VS 2008 having .Net Framework 3.5 SP1
    Crystal Reports 2008 with Service pack 2
    When I am trying to build the setup for my application using Install Shield 2010 I am getting errors related to crystal reports.
    I am using CrystalDecisions.Windows.Forms.CrystalReportViewer  control to display the reports at runtime.
    Dlls that I included with the setup related to this viewer are
    CrystalDecision.CrystalReports.Engine
    CrystalDecision.CrystalReports.Framework
    CrystalDecision.CrystalReports.InfoStore
    CrystalDecision.CrystalReports.ReportSource
    CrystalDecision.CrystalReports.Shared
    CrystalDecision.Windows.Forms
    The Errors that I am getting upon building the setup are listed below
    Could not find dependent file BussinessObjects.Enterprise.Sdk, or One of its dependencies of component CrystalDecisions.CrystalReports.Engine.dll                   Error Code 6248          
    Could not find dependent file crpe32.dll, or one of its dependencies of component CrystalDecisions.CrystalReports.Engine.dll                                            
    u2dmapi.dll-------
    u2dpost.dll----
    And the same errors for
    CrystalDecision.Enterprise.Framework.dll
    CrystalDecision.Enterprise.InfoStore.dll
    CrystalDecision.windows.forms.dll
    And File not found. An error occurred merging module DMO.9b0u2026u2026u2026          Error Code 4075     
    And File not found. An error occurred merging module DMO1033.6496u2026u2026u2026     Error Code 4075
    I tried your several suggestions from your forums like
    I installed
    Crystal Reports 2008 Runtime
    Crystal Reports Basic Runtime for Visual Studio 2008
    Crystal Reports Basic for Visual Studio 2008 Service pack1
    And
    CRBasicVS2008_redistu2026.
    CRRedist2008_x86.msi
    And by putting the files like Product.xml in the C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages
    And I installed vcredist_x86.exe to install Microsoft Visual C++ 2005 Redistributable on my machine
    But no luck still I am getting the same errors.
    Please let me know which files I need to install on my development machine to get my setup working.
    Waiting eagerly for the response
    With Regards
    Arshad
    u2003

    Looks to me like you're adding just about any runtime to the project to make it work. Look at [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki and find out what runtime you actually need. Also, look at the CR assemblies referenced in your project. Then make sure that the you are using the correct msm file(s) for the correct version of the assemblies referenced. Do not add any other versions of CR msm files.
    I would also recommend having a look at the developer help file here;
    http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_dg_12_en.chm
    (search for runtime).
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • How to turn off "putting depending files" ?

    Is there such option in DW ? I do not upload automaticly all the related files, I just want to upload one saved file. Anyone can help?

    When Dreamweaver displays the dialog box that asks about uploading dependent files, select the "Don't show this message again" check box, and click No. Dreamweaver will remember that you don't want to put the dependent files.
    If you can't see the dialog box, go to Preferences (Edit menu on Windows, DW menu on a Mac), and select the Site category. Select the option for Prompt on put/check in, and click OK. The next time you upload a file, Dreamweaver will ask you if you want to upload dependent files. Select "Don't show this message again", and click No.

  • Photoshop complete list of dependant file extension

    Is there a Photo directory for all the dependant file extensions assoicated with preset, curves, actions, save for the web, work spaces, type and paragraph styles etc, etc.

    Hi Kirby,
    It would be very useful, yes, but I do not know of any official document.
    But from experimenting I found, that the preferences file contains
    all settings you set from the Preferences panel (surprise, surprise)
    the "recent directory" lists
    the path to your Aperture library
    the layout of the GUI
    I always keep the original preferences file for reference, when I need to delete it. You can read the preferences file with Xcode, a free download from the AppStore and check the older settings.
    Regards
    Léonie
    P.S. It is far easier to say what is not in the "Preferences" file: All settings that you find in "Your User Library > Application Support > Aperture", but you probably know all that

  • DW8 fails to get dependent files

    In DW8, I've created a new site which is failing to Get
    dependent files. Even though I click Yes in the Get dependent
    files? dialog box, DW downloads only the single selected file, not
    the dozens of images, stylesheets and SSIs included on the page.
    Previously created sites don't have this problem, even though I'm
    performing the Get on the same index.html file, both old and new
    sites use the same remote FTP server and login, and both also map
    their local root folder to folders on the same network share drive.
    (The new, problematic site maps one folder closer to the root on
    the remote server, because it needs to include FTP access to the
    cgi-bin, though that's not where the dependent-files error is
    occurring.)
    I originally encountered the problem on DW8/WinXPPro, but
    I've created the same site on DW8/Mac OSX 10.4.11, and encountered
    the same problem, so it wouldn't appear to be a corrupt
    installation. Are there limits to how close to the server root a
    site can map without causing errors? (Old site's remote host
    directory is www/htdocs/ while the new site's host directory is
    simply www/ )

    Try this. In Site Manager, EXPORT this site definition. Then
    REMOVE this
    site from Site Manager. Then IMPORT the site definition you
    just exported.
    Better?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "newscenter" <[email protected]> wrote in
    message
    news:fp510g$phm$[email protected]..
    > In DW8, I've created a new site which is failing to Get
    dependent files.
    > Even
    > though I click Yes in the Get dependent files? dialog
    box, DW downloads
    > only
    > the single selected file, not the dozens of images,
    stylesheets and SSIs
    > included on the page. Previously created sites don't
    have this problem,
    > even
    > though I'm performing the Get on the same index.html
    file, both old and
    > new
    > sites use the same remote FTP server and login, and both
    also map their
    > local
    > root folder to folders on the same network share drive.
    (The new,
    > problematic
    > site maps one folder closer to the root on the remote
    server, because it
    > needs
    > to include FTP access to the cgi-bin, though that's not
    where the
    > dependent-files error is occurring.)
    >
    > I originally encountered the problem on DW8/WinXPPro,
    but I've created the
    > same site on DW8/Mac OSX 10.4.11, and encountered the
    same problem, so it
    > wouldn't appear to be a corrupt installation. Are there
    limits to how
    > close to
    > the server root a site can map without causing errors?
    (Old site's remote
    > host
    > directory is www/htdocs/ while the new site's host
    directory is simply
    > www/ )
    >

  • Dependant files not Uploading to Server CS5

    When I click "Yes" to upload dependant files to the server, DW doesn't upload them. For example, I added a downloadable PDF file to a page, saved it, clicked PUT to upload it to the server, and then when I went to the web and clicked on the link, I got the White Page File Not Found.
    I have checked in my Site preferences, and my Site Manager and everything looks right, I'm not sure what I'm missing?
    Thank you!

    Sure, here is the page I worked on today. I added the very first link you see on the page, "Event Flyer"
    http://www.slaalosangeles.org/events
    Then I saved the page, and PUT the events.html, and the page uploaded correctly but is missing the PDF for the flyer. I intentionally didn't select it and upload it on its own because I wanted to test the dependent files feature.
    Thanks for the help.

  • Not able to download stack using MOPZ (There is no OS/DB dependent file)

    Hi,
    I want to download ERP 6.0 EHP4 Stack 8. I am having solution manager 7 with EHP1, so once I select the Target enhancement package product version & Target enhancement package stack. I get option of selecting the Technical Usage, In that I select Central Application & HCM, but when I continue to next step 2.3 Select OS/DB-Dependent files, I get message "There is no OS/DB dependent file" along with below mentioned messaged
    EA-IPPE 400 SAPKGPID19 is not available for user S0003575872
    SAP_APPL 604 SAPKH60409 is not available for user S0003575872
    Please suggest, as I am stuck and not able to download the stack.
    Regads,
    Manish Sharma

    Hi
    ERP 6.0 EHP4 SPS09 not yet released, see the sap note Note 1064635 - SAP ERP Enhancement Packages: SP Stacks Release Info Note
    please again check what you done on step 2.1 in MOPZ, have you selected proper target stack version?
    if you not sure on the steps info pls read the help link here
    [http://help.sap.com/saphelp_smehp1/helpdata/en/30/1fea80d9b44f5a88fc0038d3dabb76/content.htm|http://help.sap.com/saphelp_smehp1/helpdata/en/30/1fea80d9b44f5a88fc0038d3dabb76/content.htm]
    Jansi

  • Got dependent files?

    I am newbie to Dreamweaver CS5. What does it mean by "Got dependent files?"

    Originally posted by: vijai.hotmail.co.uk
    Hi Stefan,
    The jars required for the plugin(plugin A) are included in another
    plugin(plugin B) and I have added plugin B in plugin A's Required Bundle
    of the MANIFEST.MF.
    vijai
    Stefan Langer wrote:
    > Do you have jars included in your Plugin?
    > Vijai wrote:
    >> hi douglas,
    >>
    >> There was nothing i the error log...the plugin got created clean...no
    >> errors of any sort...but when i copied it to the plugin directory it
    >> just wouldnt load.But when i tried creating it again, this time in the
    >> export as plugin dialog, i unchecked the "Package plugin as individual
    >> JAR archives" check box, and this time the plugin got created as folders
    >> on the filesystem, this when i copied it to the plugin directory, it
    >> worked fine... I still dont know why it did not work as a jar archive.
    >> Vijai
    >>
    >> Douglas Pollock wrote:
    >>
    >>> Vijai wrote:
    >>>
    >>>> I have created a plugin using the PDE which was dependent on other
    >>>> 3rd
    >>>> party JAR files. Initially i got errors that a few classes that were
    >>>> from
    >>>> those jar files, could not be resolved.But after following procedures
    >>>> described on this newsgroup, I managed to resolve that. When i exported
    >>>> the PDE project to a plugin it ran fine not generating any errors or an
    >>>> error log but when I copy the packaged plugin to the plugins
    >>>> directory of
    >>>> eclipse and restart the workbench, none of the plugin's implementations
    >>>> like its views are visible...I dont know what must have gone wrong.
    >>>> any help is appreciated..
    >>
    >>
    >>> Is there anything in the .log file (or in the Error Log view)?
    >>
    >>
    >>
    >>
    >>> cheers,
    >>> d.
    >>
    >>
    >>

  • CS3: No more Dependant files?

    After upgrading to CS3, I lost the ability to upload the
    dependant files on whichever page I'm uploading.
    I don't see "dependant files" listed anywhwere in the prefs
    or help files. Did we lose the option to upload dependant files? I
    miss knowing that any new images or updated CSS styles would
    automatically be uploaded, now I have to do 2 or 3 uploads and
    spend time looking for any files that may have been updated.
    Thanks for the help,
    Rob

    click edit > Preferences > Site
    Then the top 2 check boxes has the options for dependent
    files

Maybe you are looking for

  • Application Credential and Policy Migration

    Hi, I'm trying to accomplish this: http://www.oracle.com/technology/products/jdev/tips/muench/credmig111100/index.html What is APPWORKSPACEDIR? The document does not provide any info how it's defined. Is this the folder under AdminServer/tmp/_WL_user

  • EAX Music Console is Miss

    I just recently installed my new SB 2 ZS card in my PC. I also installed all the software that came with the package. I then went to the Creative Labs website to do an auto-update to make sure everything is really up to date. Everything runs fine and

  • Information Broadcasting

    Dear Experts, We are in 3.5. I have an workbook which includes 5 woksheets. Out of 5 work sheets, 3 work sheets has been derived from different queries and other two is an static report which includes some calculations dereived from all three queries

  • JAXB 2.1 w/JDK 6 Error. bootstrap classloader issue.

    When I run one of my JUnit tests, I get this error: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/usr/local/netbeans-6.0/java1/modules/ext/jaxws21/jaxb-impl.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.c

  • Since recent fixes fron you Thunderbird now downloads the same e mails twice from the server within a few minutes I use Windows live mail

    Since first using Thunderbird it worked ok but following recent upgrades/fixes it now downloads some e mails from the server twice within a few minutes. I have it set to check for new mail every 10 mins. I generally leave my e mails on the server but