Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Importing C++ project into Eclipse on Linux
Importing C++ project into Eclipse on Linux [message #146041] Wed, 25 May 2005 15:33 Go to next message
Eclipse UserFriend
Originally posted by: zidrak.yahoo.com

Hi all,
I just installed Eclipse (on Linux) hoping to use it to edit/navigate my
existing C++ code. I followed the simple directions for creating a new
project and pointing the contents folder to the root of my source, but
when I click Finish, I get the following errors:

Errors occurred while refreshing resources with the local file system.
PI::Dashboard::Factory.3pm is an invalid resource name.
PI::DataForwarder::Factory.3pm is an invalid resource name.
PI::DataForwarder::FileDownloader.3pm is an invalid resource na

etc.

Anyone has any advice on what's going on and how to fix it?

thanks in advance!
Jane
Re: Importing C++ project into Eclipse on Linux [message #146059 is a reply to message #146041] Wed, 25 May 2005 15:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ddaoust.ca.ibm.com

There are files in your directory that Eclipse doesn't like. Eclipse is
enforcing windows naming conventions so names like
PI::Dashboard::Factory.3pm
does not work.

- Dave

"Jane Smith" <zidrak@yahoo.com> wrote in message
news:d72k3b$pbs$2@news.eclipse.org...
> Hi all,
> I just installed Eclipse (on Linux) hoping to use it to edit/navigate my
> existing C++ code. I followed the simple directions for creating a new
> project and pointing the contents folder to the root of my source, but
> when I click Finish, I get the following errors:
>
> Errors occurred while refreshing resources with the local file system.
> PI::Dashboard::Factory.3pm is an invalid resource name.
> PI::DataForwarder::Factory.3pm is an invalid resource name.
> PI::DataForwarder::FileDownloader.3pm is an invalid resource na
>
> etc.
>
> Anyone has any advice on what's going on and how to fix it?
>
> thanks in advance!
> Jane
>
Re: Importing C++ project into Eclipse on Linux [message #146068 is a reply to message #146059] Wed, 25 May 2005 16:24 Go to previous message
Eclipse UserFriend
Originally posted by: zidrak.yahoo.com

Thank you for responding!
I'm not sure where it got the PI::Dashboard::Factory.3pm from though.
I do have a file a few directories down that looks like this:
my_root_directory/.../.../PI/Dashboard/Factory.pm
where ... is just names of directories.

So I don't see why it should choke. Does it not like the ".pm"
extention? Is there a work around?

Thanks!

David Daoust wrote:
> There are files in your directory that Eclipse doesn't like. Eclipse is
> enforcing windows naming conventions so names like
> PI::Dashboard::Factory.3pm
> does not work.
>
> - Dave
>
> "Jane Smith" <zidrak@yahoo.com> wrote in message
> news:d72k3b$pbs$2@news.eclipse.org...
>
>>Hi all,
>>I just installed Eclipse (on Linux) hoping to use it to edit/navigate my
>>existing C++ code. I followed the simple directions for creating a new
>>project and pointing the contents folder to the root of my source, but
>>when I click Finish, I get the following errors:
>>
>>Errors occurred while refreshing resources with the local file system.
>> PI::Dashboard::Factory.3pm is an invalid resource name.
>>PI::DataForwarder::Factory.3pm is an invalid resource name.
>>PI::DataForwarder::FileDownloader.3pm is an invalid resource na
>>
>>etc.
>>
>>Anyone has any advice on what's going on and how to fix it?
>>
>>thanks in advance!
>>Jane
>>
>
>
>
Previous Topic:make error "Expecting macro or rule defn, found neither"
Next Topic:Error launching external scanner info generator
Goto Forum:
  


Current Time: Tue Jul 22 13:07:26 EDT 2025

Powered by FUDForum. Page generated in 0.04251 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top