Honorable, respected monks:

I am trying to debug a Perl script under EPIC on Eclipse (on Windows 7). When stepping along in the debugger, when it reaches the place where it has to jump to another package of mine (called "Utilities.pm") due to a subroutine call, it gives the following succession of Eclipse errors:

'E:\Perl' is not a valid location for linked resources. EPIC cannot access files located in folders on the path to the workspa +ce folder, nor within the workspace folder itself. An unexpected exception occurred while creating a link to E:/Perl/Util +ities.pm

When I go, in the Eclipse menu: "FBProject -> Properties -> Linked Resources", it shows:

PARENT_LOC: "E:\Perl\Eclipse workspace"; PROJECT_LOC: "E:\Perl\Eclipse workspace\FBProject"; WORKSPACE_LOC: "E:\Perl\Eclipse workspace"; Perl include path: "E:\Perl"

I am aware of this:"http://stackoverflow.com/questions/3298029/eclipse-gives-error-is-not-a-valid-location-for-linked-resources" and this: "http://stackoverflow.com/questions/1655770/eclipse-not-a-valid-location-for-linked-resources" But I can't deduce from them how to solve my case.

Running as Administrator doesn't help.

TIA

Helen

Eclipse version 3.7.1 build M20110909-1335, EPIC version 0.6.44, Active Perl 5.14.2 running on Windows 7.

Cross posted on StackOverflow: http://stackoverflow.com/questions/10747431


In reply to Perl EPIC on Eclipse: “...\Directory is not a valid location for linked resources” by HelenCr

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.