saniljhaveri / avr-project-ide

Automatically exported from code.google.com/p/avr-project-ide
0 stars 0 forks source link

Error when loading a project where PDE resides outside main project path #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make a new project
2. drag pde into project
3. do some editing
4. save all
5. kill IDE
6. open IDE
7. load project

What is the expected output? What do you see instead?
expected it to copy the file into the project (like Visual Studio) or point   
the setting in the project file to the original...
IDE says PDE file missing, and even re-pointing to it won't allow it to 
load...

What version of the product are you using? On what operating system?
 Alpha 76, Win XP32 SP2

Please provide any additional information below.
Found this when building a project I had previously built in Arduino 17..
was able to copy the file manually and restart the IDE and all was well.

Original issue reported on code.google.com by theKI...@gmail.com on 24 Feb 2010 at 12:27

GoogleCodeExporter commented 8 years ago
following the steps you wrote, i could not reproduce the bug

the editor does not move the file, it should point to it, i don't think my code 
supports files from other drives (i don't think it's worth the effort since 
drive 
letters may change)

if you can give me the exact location of the files, and the contents of the 
.avrproj 
file, i could investigate into this more, but do this after updating to 77 
which i 
will upload very shortly

Original comment by frank.zhao.main@gmail.com on 24 Feb 2010 at 2:07

GoogleCodeExporter commented 8 years ago
You are absolutely correct the file was on another drive...moved it works 
fine...good to know 

thanks!
Kiwsa

Original comment by theKI...@gmail.com on 11 Jun 2010 at 4:46